-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
awaiting-upstreamThe issue cannot be resolved without action in another repository (may be owned by Pulumi).The issue cannot be resolved without action in another repository (may be owned by Pulumi).kind/bugSome behavior is incorrect or out of specSome behavior is incorrect or out of spec
Description
Like this issue on terraform when you create a schema and explicitly set a SchemaPolicy for PUBLIC role it's ignored and PUBLIC role has Create and Usage permissions
Example code
pulumi_postgresql.Schema("schema",
name="public",
database=db.name,
owner=role.name,
policies=[
# PUBLIC role
pgsql.outputs.SchemaPolicy(
create=False,
usage=False,
)
],
opts=default_resource_opt
)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
awaiting-upstreamThe issue cannot be resolved without action in another repository (may be owned by Pulumi).The issue cannot be resolved without action in another repository (may be owned by Pulumi).kind/bugSome behavior is incorrect or out of specSome behavior is incorrect or out of spec
Type
Fields
Give feedbackNo fields configured for issues without a type.