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

🐛 [#129] Move all endpoints to endpoints_config in setup config model #130

Merged
merged 2 commits into from
Dec 10, 2024

Conversation

stevenbal
Copy link
Collaborator

Closes #128
Closes #129

@stevenbal stevenbal requested a review from swrichards December 10, 2024 08:54
endpoint_config:
oidc_op_authorization_endpoint: http://localhost:8080/realms/test/protocol/openid-connect/auth
oidc_op_token_endpoint: http://localhost:8080/realms/test/protocol/openid-connect/token
oidc_op_user_endpoint: http://localhost:8080/realms/test/protocol/openid-connect/userinfo
oidc_op_jwks_endpoint: http://localhost:8080/realms/test/protocol/openid-connect/certs
oidc_op_logout_endpoint: http://localhost:8080/realms/test/protocol/openid-connect/logout
oidc_token_use_basic_auth: True
Copy link
Contributor

Choose a reason for hiding this comment

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

Volgens mij werkt True ook, maar misschien goed om bij de lower-case conventie te blijven voor yaml:

Suggested change
oidc_token_use_basic_auth: True
oidc_token_use_basic_auth: true

Is echter een nitpick!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

hmm ja ik zie dat dit nu door elkaar gebruikt wordt, ook in de andere projecten, ik laat dit voor nu even zo aangezien het wel werkt

Copy link
Contributor

Choose a reason for hiding this comment

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

👍

@stevenbal stevenbal merged commit b661f18 into master Dec 10, 2024
11 checks passed
@stevenbal stevenbal deleted the issue/129-move-endpoints-to-endpoints-config branch December 10, 2024 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants