Add read actions to all unprefixed scopes
Signed-off-by: Ludovic Vielle <ludovic@probo.com>
This commit is contained in:
@@ -33,6 +33,13 @@ var OAuth2ScopeMappings = map[coredata.OAuth2Scope][]string{
|
||||
ActionDriverCatalogList,
|
||||
},
|
||||
ScopeV1AccessReview: {
|
||||
ActionCampaignGet,
|
||||
ActionCampaignList,
|
||||
ActionEntryGet,
|
||||
ActionEntryList,
|
||||
ActionSourceGet,
|
||||
ActionSourceList,
|
||||
ActionDriverCatalogList,
|
||||
ActionCampaignCreate,
|
||||
ActionCampaignUpdate,
|
||||
ActionCampaignDelete,
|
||||
|
||||
Reference in New Issue
Block a user