How do you correctly set up multi user rotation for a postgres rds db in aws?

前端 未结 0 1236
天涯浪人
天涯浪人 2021-02-14 18:21

Im setting up a db user in cdk like this:

    const serviceUser = new rds.DatabaseSecret(this, \'my-foo-service-user-secret\', {
        username: \'my-foo-servic         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题