-
Notifications
You must be signed in to change notification settings - Fork 25
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
Fix #125 #127 #129 #130 #132 #133 #131
Fix #125 #127 #129 #130 #132 #133 #131
Conversation
MdreW
commented
Feb 22, 2024
•
edited
Loading
edited
- fix Env configuration for yaml files don't support array type #133 - removed environment with list: !ENV tag support only string type
- fix Wrong environments in example/entrypoint.sh #132 - fix environment name in entrypoint.sh
- Fix Reorder docker-compose satosa environments #130 - Reorder satosa-saml2spid service environments in docker-compose.yml
- Fix HOSTNAME env override a useful system env #129 - Renamed HOSTNAME env in SATOSA_HOSTNAME
- Fix Missing default for KEYS_FOLDER environments #127 - Renamed KEYS_FOLDER env in SATOSA_KEYS_FOLDER and added ad default value
- Fix SATOSA_REQUESTED_ATTRIBUTES environment is not sufficent for all backends #125 - Splitted SATOSA_REQUESTED_ATTRIBUTES env in SATOSA_REQUESTED_SPID_ATTRIBUTES and SATOSA_REQUESTED_CIE_ATTRIBUTES
… default value.
…ED_SPID_ATTRIBUTES and SATOSA_REQUESTED_CIE_ATTRIBUTES
@@ -124,7 +124,7 @@ config: | |||
|
|||
# this instantiate the attribute_consuming_service | |||
required_attributes: ['spidCode', 'name', 'familyName', 'fiscalNumber', 'email'] | |||
requested_attributes: !ENV SATOSA_REQUESTED_ATTRIBUTES | |||
requested_attributes: !ENV SATOSA_REQUESTED_SPID_ATTRIBUTES |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you please set default values along with this ENV? (eg, :-default ...)
could you please provide in this PR the CIE attribute-maps in the example folder and use a default parameter that points there?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MdreW ^
Docker-compose/docker-compose.yml
Outdated
- SATOSA_REQUESTED_SPID_ATTRIBUTES=${SATOSA_REQUESTED_SPID_ATTRIBUTES:-[]} | ||
- SATOSA_REQUESTED_CIE_ATTRIBUTES=${SATOSA_REQUESTED_CIE_ATTRIBUTES:-[]} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MdreW could you please add default values, considering the conventional spid or cie sets?