Skip to content
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

Create customization of SAML user configuration via environment variables #318

Closed
bseeger opened this issue Apr 16, 2021 · 2 comments
Closed
Assignees

Comments

@bseeger
Copy link

bseeger commented Apr 16, 2021

Right now the SAML user -> role configuration is in a yaml configuration file in the codebase/config/sync directory. That means it's baked into the codebase. This works fine for the local/dev environment, but will not function across all environments and we need a more robust setup for this that pulls values from the .env file (or something like this). This will allow each system to be unique in it's SAML user setup.

This ticket is for figuring out and implementing the technical work that needs to be done to setup this type of configuration. We need to figure out how to override the relevant configuration and document how one can configure this. It might be through the .env variables and the settings.local.php file, but it's unclear if that will work at a first glance.

@htpvu
Copy link

htpvu commented Apr 19, 2021

needs to get done prior to cloud testing (either acceptance or usability0

@birkland
Copy link

Closed, because we will not be implementing #62

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants