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

fix: Ensure RedshiftServerlessNamespace uses adminUsername prop #838

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

BDQ
Copy link
Contributor

@BDQ BDQ commented Jan 27, 2025

Description of changes:

Currently the [RedshiftServerlessNamespaceProps]https://github.com/awslabs/data-solutions-framework-on-aws/blob/main/framework/src/consumption/lib/redshift/redshift-serverless/redshift-serverless-namespace-props.ts#L56-L60) defines a adminUsername property, but the construct itself ignores it and only uses a hardcoded default value of admin. This PR ensures the value is used when populated.

Checklist

Breaking change checklist

RFC issue #:

  • Migration process documented
  • Implement warnings (if it can live side by side)

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

@BDQ BDQ force-pushed the fix/admin-user-redshift-serverless branch from 9eec689 to d5df474 Compare January 27, 2025 10:25
@jmgtan jmgtan merged commit b9596f3 into awslabs:main Jan 27, 2025
2 checks passed
@vgkowski
Copy link
Contributor

thank you @BDQ for the fix!!!

@lmouhib
Copy link
Contributor

lmouhib commented Jan 27, 2025

@BDQ this is released as part of 1.18.2

@BDQ BDQ deleted the fix/admin-user-redshift-serverless branch January 28, 2025 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants