mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-06 14:59:55 -06:00
Tidy up documentation around Windows/Linux usage
Closes #23856
(cherry picked from commit a3c29b8880)
This commit is contained in:
committed by
Alexander Schwartz
parent
1c45810594
commit
d26130cb09
@@ -32,7 +32,7 @@ All built-in providers support the configuration of key resolvers. A key resolve
|
||||
|
||||
[source,bash]
|
||||
----
|
||||
kc.[sh.bat] start --spi-vault-file-key-resolvers=REALM_UNDERSCORE_KEY,KEY_ONLY
|
||||
kc.[sh|bat] start --spi-vault-file-key-resolvers=REALM_UNDERSCORE_KEY,KEY_ONLY
|
||||
----
|
||||
|
||||
The resolvers run in the same order you declare them in the configuration. For each resolver, {project_name} uses the last entry name the resolver produces, which combines the realm with the vault key to search for the vault's secret. If {project_name} finds a secret, it returns the secret. If not, {project_name} uses the next resolver. This search continues until {project_name} finds a non-empty secret or runs out of resolvers. If {project_name} finds no secret, {project_name} returns an empty secret.
|
||||
|
||||
Reference in New Issue
Block a user