Add access list to default allow editor preset role (#32229)

This commit is contained in:
Lisa Kim 2023-09-20 11:45:12 -07:00 committed by GitHub
parent 89916fcd3a
commit 9d2c2cbc1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -521,6 +521,7 @@ func defaultAllowRules() map[string][]types.Rule {
types.NewRule(types.KindInstance, RO()),
types.NewRule(types.KindAssistant, append(RW(), types.VerbUse)),
types.NewRule(types.KindNode, RW()),
types.NewRule(types.KindAccessList, RW()),
},
teleport.PresetAccessRoleName: {
types.NewRule(types.KindInstance, RO()),