add CAS authentication #138
2
.aliases
2
.aliases
@ -93,7 +93,7 @@ alias gw-spotless='./gradlew spotlessApply -x pitest -x test -x :processResource
|
|||||||
alias gw-test='. .aliases; ./gradlew test'
|
alias gw-test='. .aliases; ./gradlew test'
|
||||||
alias gw-check='. .aliases; gw test check -x pitest'
|
alias gw-check='. .aliases; gw test check -x pitest'
|
||||||
|
|
||||||
alias hsadmin-ng='bin/hsadmin-ng'
|
alias cas-curl='bin/cas-curl'
|
||||||
|
|
||||||
# etc/docker-compose.yml limits CPUs+MEM and includes a PostgreSQL config for analysing slow queries
|
# etc/docker-compose.yml limits CPUs+MEM and includes a PostgreSQL config for analysing slow queries
|
||||||
alias gw-importOfficeData-in-docker-compose='
|
alias gw-importOfficeData-in-docker-compose='
|
||||||
|
@ -77,7 +77,7 @@ Next, compile and run the application without CAS-authentication on `localhost:8
|
|||||||
export HSADMINNG_CAS_SERVER=
|
export HSADMINNG_CAS_SERVER=
|
||||||
gw bootRun
|
gw bootRun
|
||||||
|
|
||||||
For using the REST-API with CAS-authentication, see `bin/hsadmin-ng`.
|
For using the REST-API with CAS-authentication, see `bin/cas-curl`.
|
||||||
|
|
||||||
Now we can access the REST API, e.g. using curl:
|
Now we can access the REST API, e.g. using curl:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user