Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Use mvn spring-boot:run to run the applicatio application from the comand line.

Alternatively you can package the jar into a docker file and run the app as part of your cluster

...

To test use the following script:

test.sh

You should see the following output:

GET request using service account access token
GET resources 1

PUT request using service account access token
PUT resources 1

POST request using service account access token
POST resources id=1

GET request using service account requesting party token
GET resources 1

POST request using service account requesting party token
POST resources id=1

PUT request using service account requesting party token
PUT resources 1