Update default VOMS AA application.yml#919
Open
jouvin wants to merge 1 commit intoindigo-iam:developfrom
Open
Conversation
3994dde to
de587b1
Compare
de587b1 to
0ded8c2
Compare
jouvin
added a commit
to jouvin/iam-website
that referenced
this pull request
Feb 6, 2025
0ded8c2 to
dc8f409
Compare
- Current version cannot be used out of the shelf - Be consistent with variable already used for the login service - Add variables VOMS_AA_HOST, VOMS_AA_PORT, VOMS_AA_VO and VOMS_AA_USE_LEGACY_FQAN_ENCODING specific to VOMS AA
dc8f409 to
d2fb70a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR replaces the default VOMS AA
application.ymlby a version using environment variables to configure it, to avoid a site the need to deploy its own specific version. The variables used are those already used by the login service plus a few ones specific to the VOMS AA service:VOMS_AA_HOST: the host where VOMS AA service is running (no default)VOMS_AA_PORT: the port the VOMS AA service binds to (no default)VOMS_AA_VO: the VO served by the VOMS AA service (no default)VOMS_AA_USE_LEGACY_FQAN_ENCODING: defaults totrueThis change should not have any impact on existing VOMS AA instances as the current default
application.ymlis not usable, meaning that sites will have deployed their own specific version that will continue to override the default one.application.ymlcontents to use (similar to this one) should be removed from the VOMS AA documentation.