vault: update the CLI commands example for Kubernetes/OpenShift to setup the default-provider attribute (#1048)
This commit is contained in:
parent
52c708a75c
commit
9adb9f3e81
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ Here is the equivalent configuration using CLI commands:
|
|||
----
|
||||
/subsystem=keycloak-server/spi=vault/:add
|
||||
/subsystem=keycloak-server/spi=vault/provider=files-plaintext/:add(enabled=true,properties={dir => "${jboss.home.dir}/standalone/configuration/vault"})
|
||||
/subsystem=keycloak-server/spi=vault:write-attribute(name=default-provider,value=files-plaintext)
|
||||
----
|
||||
|
||||
=== Elytron credential store vault provider
|
||||
|
|
Loading…
Reference in a new issue