Skip to content

Commit

Permalink
Merge pull request #3288 from AtlasOfLivingAustralia/feature/issue3265
Browse files Browse the repository at this point in the history
updated scope to have deployment environment #3265
  • Loading branch information
chrisala authored Aug 2, 2024
2 parents 72e96bd + 91ce79e commit 26f96f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ org.gradle.jvmargs=-Xmx2048M
seleniumVersion=3.12.0
seleniumSafariDriverVersion=3.14.0
snapshotCacheTime=1800
alaSecurityLibsVersion=6.2.0
alaSecurityLibsVersion=6.3.0-SNAPSHOT
2 changes: 1 addition & 1 deletion grails-app/conf/application.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ security {
}

webservice.jwt = true
webservice['jwt-scopes'] = "ala/internal users/read ala/attrs ecodata/read ecodata/write"
webservice['jwt-scopes'] = "ala/internal users/read ala/attrs ecodata/read_test ecodata/write_test"
webservice['client-id']='changeMe'
webservice['client-secret'] = 'changeMe'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"roles",
"users/read",
"users/write",
"ecodata/read",
"ecodata/write",
"ecodata/read_test",
"ecodata/write_test",
"biocache/read",
"biocache/write",
"ala/internal"
Expand Down

0 comments on commit 26f96f6

Please sign in to comment.