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

[DBParameterGroup] Include parameters in the ReadHandler response #406

Merged
merged 4 commits into from
Feb 27, 2023
Merged

[DBParameterGroup] Include parameters in the ReadHandler response #406

merged 4 commits into from
Feb 27, 2023

Conversation

osdrv
Copy link
Contributor

@osdrv osdrv commented Feb 16, 2023

This commit adds DBParameterGroup.parameters in the ReadHandler response. The motivation for this change is to enable drift detector on independent group parameters. At the moment this collection is defined as WriteOnly, instructing the drift detector to ignore it completely.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

This commit adds DBParameterGroup.parameters in the ReadHandler
response. The motivation for this change is to enable drift detector on
independent group parameters. At the moment this collection is defined
aas WriteOnly, instructing the drift detector to ignore it completely.
Copy link
Collaborator

@moataz-mhmd moataz-mhmd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

computeModifiedDBParameters will miss out of band changes for parameters that stack contains.
Example: a parameter A with value Not_default and out of band change put parameter A to value default
Suggesting to always add the parameters that contained in stack whatever values it holds beside the computed modified parameters.

@osdrv osdrv merged commit 8f036a3 into aws-cloudformation:master Feb 27, 2023
@osdrv osdrv deleted the osdrv/dbparametergroup-parameters-drift-detection branch February 27, 2023 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants