We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 113dcdd commit 15f1d91Copy full SHA for 15f1d91
cloudformation/demo-stack.yaml
@@ -92,6 +92,10 @@ Resources:
92
- KongReaderPassword
93
Properties:
94
User: kongreader
95
+ Grant:
96
+ - 'SELECT'
97
+ GrantOn: 'root.*'
98
+ WithGrantOption: false
99
WithDatabase: false
100
PasswordParameterName: !Sub '/${AWS::StackName}/mysql/kongreader/PGPASSWORD'
101
Database:
0 commit comments