vault: update the CLI commands example for Kubernetes/OpenShift to setup the default-provider attribute (#1048)

This commit is contained in:
adrien-dorsaz 2021-11-10 10:02:58 +01:00 committed by GitHub
parent 52c708a75c
commit 9adb9f3e81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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