Skip to content
Snippets Groups Projects
Unverified Commit 91b0f055 authored by Derek McGowan's avatar Derek McGowan Committed by GitHub
Browse files

Merge pull request #2801 from caervs/ISS-2793

Add docs for autoredirect config parameter
parents 980d1a69 d1abdeb6
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -171,6 +171,7 @@ auth:
realm: silly-realm
service: silly-service
token:
autoredirect: true
realm: token-realm
service: token-service
issuer: registry-token-issuer
Loading
Loading
@@ -623,6 +624,7 @@ security.
| `service` | yes | The service being authenticated. |
| `issuer` | yes | The name of the token issuer. The issuer inserts this into the token so it must match the value configured for the issuer. |
| `rootcertbundle` | yes | The absolute path to the root certificate bundle. This bundle contains the public part of the certificates used to sign authentication tokens. |
| `autoredirect` | no | When set to `true`, `realm` will automatically be set using the Host header of the request as the domain and a path of `/auth/token/`|
 
 
For more information about Token based authentication configuration, see the
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment