Skip to content

Commit 15f1d91

Browse files
Update demo-stack with new grant options
1 parent 113dcdd commit 15f1d91

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cloudformation/demo-stack.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ Resources:
9292
- KongReaderPassword
9393
Properties:
9494
User: kongreader
95+
Grant:
96+
- 'SELECT'
97+
GrantOn: 'root.*'
98+
WithGrantOption: false
9599
WithDatabase: false
96100
PasswordParameterName: !Sub '/${AWS::StackName}/mysql/kongreader/PGPASSWORD'
97101
Database:

0 commit comments

Comments
 (0)