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

[MDS-5414] Fixed auth issue with some integrations in test env #2628

Conversation

simensma-fresh
Copy link
Collaborator

Objective

MDS-5414

Fixed an error that pops up in dev and test when using integration credentials. Cause of this is that the JWT_OIDC_AUDIENCE_CYPRESS env variable is not set in these environments causing the audience check to crash with an error. This was previously solved in production by adding a value for the env variable, but this was not done in dev/test

image

@simensma-fresh simensma-fresh added 🐞 Bug Something isn't working :( 👍 Ready for review Pull request has been double checked by the author and is ready for comments and feedback. 💾 Backend This pull request includes backend changes. labels Aug 11, 2023
Copy link
Collaborator

@matbusby-fw matbusby-fw left a comment

Choose a reason for hiding this comment

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

🕺

@simensma-fresh simensma-fresh merged commit 9208b58 into bcgov:develop Aug 11, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💾 Backend This pull request includes backend changes. 🐞 Bug Something isn't working :( 👍 Ready for review Pull request has been double checked by the author and is ready for comments and feedback.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants