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

Modify pass-core test container to use basic auth in wait strategy. #104

Merged
merged 1 commit into from
Apr 16, 2024

Conversation

markpatton
Copy link
Contributor

This is needed for new version of pass-core which takes over the reverse proxy role.

@rpoet-jh
Copy link
Contributor

rpoet-jh commented Apr 5, 2024

The changes to testcontainers look fine. However, pass-data-client and pass-journal-loader use the io.fabric8 docker plugin to run the ITs, and it has the 401 wait condition too.

@markpatton
Copy link
Contributor Author

@rpoet-jh The docker plugin tests pass fine because pass-core doesn't initiate saml login when they hit the test urls. In contrast the testcontainers wait test looked like a browser without the basic auth header set.

@markpatton markpatton merged commit 658cd39 into main Apr 16, 2024
2 checks passed
@markpatton markpatton deleted the 903-auth branch April 16, 2024 12:35
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.

Consolidate pass-auth and pass-docker reverse proxy functionality into pass-core
2 participants