Channels
esc
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
policy-as-code
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
general
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#aws
Title
# aws
m
magnificent-lifeguard-15082
06/17/2022, 6:08 PM
Hey all! Is there a provider/component that people use for managing postgres users, roles and permissions within an RDS instance?
b
billowy-army-68599
06/17/2022, 6:18 PM
this one?
https://www.pulumi.com/registry/packages/postgresql/
m
magnificent-lifeguard-15082
06/21/2022, 4:36 PM
Looks mostly like what I need but other than defining an owner I can't see the resources for managing users?
b
billowy-army-68599
06/21/2022, 4:37 PM
@magnificent-lifeguard-15082
in postgres that's a role:
https://www.pulumi.com/registry/packages/postgresql/api-docs/role/
m
magnificent-lifeguard-15082
06/21/2022, 4:40 PM
ah damn it, thank you very much. Completely thrown off by the "user" segment in the connection string.
Post