Skip to content

Commit

Permalink
Fixes #13416: Rudder system api token only have RO access
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceMacBuche committed Sep 6, 2018
1 parent 9b3cfb7 commit bbc9165
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class AppConfigAuth extends ApplicationContextAware {
val logger = ApplicationLogger

// we define the System ApiAcl as one that is all mighty and can manage everything
val SYSTEM_API_ACL = ApiAuthorization.allAuthz
val SYSTEM_API_ACL = ApiAuthorization.RW

def setApplicationContext(applicationContext: ApplicationContext): Unit = {
//prepare specific properties for new context
Expand Down

0 comments on commit bbc9165

Please sign in to comment.