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
SecurityExtension->getConfigSchema expects password to be a string, instead of a dynamic string.
Because of this, there is no way to use environment variables to do a simple user setup in e.g. k8s.
You could make a custom authenticator, store values in DB etc., but there are apps where you basically have a single admin, and rest of the app is public (so no user auth needed).
In such cases, being able to use following config would be really helpful:
SecurityExtension->getConfigSchema
expectspassword
to be astring
, instead of a dynamic string.Because of this, there is no way to use environment variables to do a simple user setup in e.g.
k8s
.You could make a custom authenticator, store values in DB etc., but there are apps where you basically have a single admin, and rest of the app is public (so no user auth needed).
In such cases, being able to use following config would be really helpful:
The text was updated successfully, but these errors were encountered: