-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enabled authenticators can be configured using configuration file #2173
Comments
I am confused by the wording within this story. With Trusted Proxy, the precedence was established to be CONJUR env variable >>> config file >>> old env variable. But the way this story is worded, it appears that the config file will be given a higher precedence. (read the authenticator attribute from conjurconfig instead of the conjur_auth env variable). I think we need to be consistent. |
CONJUR_AUTHENTICATORS env variable >> config file >> database configuration |
Add an
:authenticators
attribute to theConjur::ConjurConfig
object. It should default to an empty string and should be validated to ensure it's a comma-separated list of strings starting w/ "authn-".Update
Authentication::InstalledAuthenticators
to use read the authenticators attribute fromConjurConfig
instead of theCONJUR_AUTHENTICATORS
environment variable.Tests
The text was updated successfully, but these errors were encountered: