File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -509,16 +509,16 @@ server:
509
509
provider_config:
510
510
type: "github_token"
511
511
github_api_base_url: "https://api.github.com"
512
- access_policy:
513
- - permit:
514
- principal: user-1
515
- actions: [create, read, delete]
516
- description: user-1 has full access to all resources
517
- - permit:
518
- principal: user-2
519
- actions: [read]
520
- resource: model::model-1
521
- description: user-2 has read access to model-1 only
512
+ access_policy:
513
+ - permit:
514
+ principal: user-1
515
+ actions: [create, read, delete]
516
+ description: user-1 has full access to all resources
517
+ - permit:
518
+ principal: user-2
519
+ actions: [read]
520
+ resource: model::model-1
521
+ description: user-2 has read access to model-1 only
522
522
` ` `
523
523
524
524
Similarly, the following restricts access to particular kubernetes
You can’t perform that action at this time.
0 commit comments