InseeFrLab / keycloak-hashicorp-vault-ext

Keycloak extension to obtain secrets from HashiCorp Vault
Apache License 2.0
13 stars 7 forks source link

How to access secret after integrating it with keycloak #14

Open SatriyoJati opened 2 months ago

SatriyoJati commented 2 months ago

From version 24.x , Keycloak uses Quarkus, hence it doesn't include standalone(-ha).xml , so from the README.md I just copy the jar file into /providers directory. After building and restarting Keycloak. I can see on provider info , the vault said hashicorp-vault. But how to access it , say I want to access the secret. Can I use Hashicorp-Vault apis?