You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to be able to fetch and write a realm with secret variables. For example to override fr.insee.sugoi.ldap.default.password so that each store provider can have its own password.
Of course we cannot store this secret unencrypted.
It is possible to implement a solution using a service designed to store secrets (such as hashicorp vault) but I think we should also implement a more straightforward method.
The text was updated successfully, but these errors were encountered:
We want to be able to fetch and write a realm with secret variables. For example to override
fr.insee.sugoi.ldap.default.password
so that each store provider can have its own password.Of course we cannot store this secret unencrypted.
It is possible to implement a solution using a service designed to store secrets (such as hashicorp vault) but I think we should also implement a more straightforward method.
The text was updated successfully, but these errors were encountered: