Skip to content
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

Docker: Create a parameters.yaml.dist that works in a docker dev env #405

Merged
merged 19 commits into from
Sep 6, 2023

Conversation

quartje
Copy link
Contributor

@quartje quartje commented May 15, 2023

This PR is part of the larger project where we aim to build docker containers of all Stepup apps. All the application .dist files are modified so they will, when instantiated, out of the box with the other docker containers (with a docker-compose file that can be found here: https://github.com/OpenConext/OpenConext-devconf/blob/main/stepup/docker-compose.yml

@quartje quartje requested a review from pmeulen May 15, 2023 12:31
@quartje quartje changed the title Docker: Create a paramaters.yaml.dist that works in a docker dev env Docker: Create a parameters.yaml.dist that works in a docker dev env May 23, 2023
@quartje quartje force-pushed the feature/docker_configs branch from e2a8f61 to 5cac999 Compare June 22, 2023 14:37
@MKodde MKodde force-pushed the feature/docker_configs branch from 36edbf6 to 25c9679 Compare August 14, 2023 08:18
This will let the logs go to stdout when running as a container, which
is the Docker way to send logs
self_service_email_verification_url_template: https://selfservice.tld/verify-email?n={nonce}
email_sender_name: SURFnet bv
email_sender_email: [email protected]
self_service_email_verification_url_template: https://sa.dev.openconext.local/verify-email?n={nonce}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be: selfservice.dev.openconext.local ?


self_service_url: https://selfservice.tld
self_service_url: https://sa.dev.openconext.local
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Again SA -> selfservice

Copy link
Member

@MKodde MKodde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NIce one! Ship-it!

@MKodde MKodde merged commit dd36509 into develop Sep 6, 2023
6 checks passed
@MKodde MKodde deleted the feature/docker_configs branch September 6, 2023 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants