Skip to content

Commit 4582c99

Browse files
authored
Update access-controls.mdx to reflect v3 to v4 changes (#25)
tinyauth.apps.myapp.domain -> tinyauth.apps.myapp.config.domain
1 parent 6c6f28b commit 4582c99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/docs/guides/access-controls.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Where `[app]` is the name of the app to protect. This app ID must be unique for
4747
Tinyauth uses the app ID in labels and the request subdomain to match labels with the app. For example, a request to `app1.example.com` triggers Tinyauth to search for containers with the `tinyauth.apps.app1.foo: bar` label. To use the domain instead, add the following label:
4848

4949
```yaml
50-
tinyauth.apps.myapp.domain: myapp.example.com
50+
tinyauth.apps.myapp.config.domain: myapp.example.com
5151
```
5252

5353
Tinyauth will now use the domain to match labels instead of the app ID.

0 commit comments

Comments
 (0)