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

Feature Request: Redshift Serverless Namespace admin user rotation #100

Open
dontirun opened this issue Feb 27, 2023 · 2 comments
Open

Feature Request: Redshift Serverless Namespace admin user rotation #100

dontirun opened this issue Feb 27, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@dontirun
Copy link

Summary:

Support admin user rotation for Redshift Serverless Namespaces using the update_namespace API

Details

Redshift Serverless separates out database (namespace) and compute (workgroup) into distinct resources. Generally a workgroup is associated with a namespace and a user will connect to the workgroup to query databases on the associated namespace. However, this association is mutable. A workgroup can be disassociated from a namespace, re-associated with a new namespace, or deleted.

This makes rotating users through a workgroup connection unreliable. That being said, Redshift Serverless offers an update_namespace API which can be used to update the Admin username/password combination.

It would be helpful to have a Rotation Lambda that leveraged that API for Admin user roatation

@jbct
Copy link

jbct commented Mar 6, 2023

Thank you for the request, Arun. We've noted this as an enhancement request.

@jbct jbct added the enhancement New feature or request label Mar 6, 2023
@dontirun
Copy link
Author

It may be easier to do this now given that Secrets Manager has native support for secret rotation with Redshift Serverless

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants