DB auto-user provisioning to support db_user_options
#48898
Labels
database-access
Database access related issues and PRs
feature-request
Used for new features in Teleport, improvements to current should be #enhancements
What would you like Teleport to do?
https://goteleport.com/docs/enroll-resources/database-access/auto-user-provisioning/postgres/
What problem does this solve?
Allow auto-provisioned users to have role options like
SUPERUSER
,CREATEDB
,REPLICATION
, etc.(Though we have to think through the consequences when the auto-provisioned users have some of these high privileges.)
If a workaround exists, please include it.
Use
keep
mode, and login the database as an admin then manually grant the auto-provisioned user these options.The text was updated successfully, but these errors were encountered: