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

Remove requirement to run dummy IDP in same container as KMS #47

Open
DomAyre opened this issue Jul 30, 2024 · 0 comments
Open

Remove requirement to run dummy IDP in same container as KMS #47

DomAyre opened this issue Jul 30, 2024 · 0 comments

Comments

@DomAyre
Copy link
Collaborator

DomAyre commented Jul 30, 2024

Currently the docker image under /docker/Dockerfile requires us to copy tests/utils/jwt because that's how we run a dummy IDP.

Because there is an implicit assumption that dummy IDP puts it certs in the same directory as the KMS workspace, we have to run both together, even though they're strictly different services.

I believe we have a more proper mechanism to trust a non-dummy IDP which doesn't have this assumption, so we should trust the dummy IDP with a similar interface, this would allow us to run the IDP independently in tests

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

No branches or pull requests

1 participant