-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: refactor lambda service metadata #584
base: main
Are you sure you want to change the base?
Conversation
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.
LGTM
stream_enabled = optional(bool, false) | ||
stream_view_type = optional(string, null) | ||
stream_enabled = optional(bool, true) | ||
stream_view_type = optional(string, "NEW_AND_OLD_IMAGES") |
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 it be that only NEW images are sufficient?
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.
We need the "NEW_AND_OLD_IMAGES" to compare the item versions during lambda execution
…t/refactor-lambda-service-metadata
…b.com/pagopa/oneidentity into feat/refactor-lambda-service-metadata
This PR introduces
oneid-lambda-service-metadata
refactoring.In particular, the lambda will be executed when a new Client is registered, updating the metadata files on the metadata bucket (
spid.xml
andcie.xml
files).Furthermore, these files will be accessed via
API Gateway
integration at:https://oneid.pagopa.it/saml/spid/metadata
https://oneid.pagopa.it/saml/cie/metadata