Skip to content

Commit 1385a26

Browse files
committed
Edit ako role permission
1 parent 46a5f65 commit 1385a26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

controllers/akodeploymentconfig/user/ako_role.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,11 @@ var AkoRolePermission = []*models.Permission{
194194
Resource: pointer.StringPtr("PERMISSION_USER_CREDENTIAL"),
195195
},
196196
{
197-
Type: pointer.StringPtr("NO_ACCESS"),
197+
Type: pointer.StringPtr("READ_ACCESS"),
198198
Resource: pointer.StringPtr("PERMISSION_SYSTEMCONFIGURATION"),
199199
},
200200
{
201-
Type: pointer.StringPtr("NO_ACCESS"),
201+
Type: pointer.StringPtr("READ_ACCESS"),
202202
Resource: pointer.StringPtr("PERMISSION_CONTROLLER"),
203203
},
204204
{

0 commit comments

Comments
 (0)