Skip to content

Commit

Permalink
Updated ala-security-libs version #870
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Nov 22, 2023
1 parent 19ebdff commit fde144a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
id 'jacoco'
}

version "4.3"
version "4.3.1-SNAPSHOT"
group "au.org.ala"
description "Ecodata"

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gormMongoVersion=7.3.0
grailsViewsVersion=2.3.2
assetPipelineVersion=3.3.4
elasticsearchVersion=7.17.9
alaSecurityLibsVersion=6.1.0
alaSecurityLibsVersion=6.2.0
mongoDBVersion=7.3.2
#22.x+ causes issues with mongo / GORM javax.validation.spi, might need grails 5
geoToolsVersion=21.5
Expand Down
7 changes: 4 additions & 3 deletions grails-app/conf/application.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -526,9 +526,6 @@ if (!security.cas.adminRole) {
if (!ecodata.use.uuids) {
ecodata.use.uuids = false
}
if (!userDetails.url) {
userDetails.url = "https://auth-test.ala.org.au/userdetails/"
}

if (!authGetKeyUrl) {
authGetKeyUrl = "https://m.ala.org.au/mobileauth/mobileKey/generateKey"
Expand All @@ -542,6 +539,10 @@ ecodata.documentation.exampleProjectUrl = 'http://ecodata-test.ala.org.au/ws/act
// Used by ParatooService to sync available protocols
paratoo.core.baseUrl = 'https://merit-test.core-api.paratoo.tern.org.au'

auth.baseUrl = 'https://auth-test.ala.org.au'
userDetails.web.url = "${auth.baseUrl}/userdetails/"
userDetails.api.url = "${auth.baseUrl}/userdetails/userDetails/"

if (!grails.cache.ehcache) {
grails {
cache {
Expand Down

0 comments on commit fde144a

Please sign in to comment.