-
-
Notifications
You must be signed in to change notification settings - Fork 175
[#956] Add OpenAM secondary instances to the Docker test in build.yml #959
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
[#956] Add OpenAM secondary instances to the Docker test in build.yml #959
Conversation
.github/workflows/build.yml
Outdated
|
|
||
| docker exec -w '/usr/openam/ssoconfiguratortools' test-openam3 bash -c \ | ||
| 'echo "ACCEPT_LICENSES=true | ||
| SERVER_URL=http://openam2.example.org:8080 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3 ?
.github/workflows/build.yml
Outdated
| --header "X-OpenAM-Username: amadmin" \ | ||
| --header "X-OpenAM-Password: ampassword" \ | ||
| --data "{}" \ | ||
| http://openam.example.org:8080/openam/json/authenticate | grep tokenId' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2?
.github/workflows/build.yml
Outdated
| --header "X-OpenAM-Username: amadmin" \ | ||
| --header "X-OpenAM-Password: ampassword" \ | ||
| --data "{}" \ | ||
| http://openam.example.org:8080/openam/json/authenticate | grep tokenId' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3 ?
.github/workflows/build.yml
Outdated
| ACCEPT_LICENSES=true | ||
| DATA_STORE=embedded | ||
| DIRECTORY_SSL=SIMPLE | ||
| DIRECTORY_SERVER=openam2.example.org |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3?
No description provided.