We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For the "internal" method, currently to install the plugin you need to do code changes (to pass the required data). This presents various problems:
Solution would be to have that data pass from the administration (settings of the plugin).
The text was updated successfully, but these errors were encountered:
Hi @koyan,
This is already tracked in #80
You cannot deploy using publicly open repositories (because then you would expose the entityID, signonURL etc to the public).
The more correct implementation would be to expose the secrets via environment variable or constants that are defined in some secret manner.
You cannot deploy multipe environments with the same code
Similarly, your secrets management implementation could conditionally serve different configuration dependent on environment.
Sorry, something went wrong.
No branches or pull requests
For the "internal" method, currently to install the plugin you need to do code changes (to pass the required data).
This presents various problems:
Solution would be to have that data pass from the administration (settings of the plugin).
The text was updated successfully, but these errors were encountered: