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

As a cloud.gov developer, I need to be able to easily run uaa-extras locally #144

Open
spgreenberg opened this issue Apr 2, 2020 · 2 comments

Comments

@spgreenberg
Copy link
Contributor

No description provided.

@bengerman13
Copy link
Contributor

AC:

  • A developer can run uaa-extras locally, without manually configuring UAA, Shibboleth, a SQL DB, or Redis instance

I think this looks like a docker-compose file that spins up Redis, UAA, Shibboleth, and psql.
The big challenges are:

  • uaa, shibboleth, and uaa-extras all need to know about each other
  • uaa, shibboleth, and uaa-extras all need to hold certs that the others trust
  • shibboleth configuration is very complex

@tammersaleh
Copy link
Contributor

If you stay away from compose, and instead follow the pattern in https://github.com/cloud-gov/external-domain-broker/tree/master/docker, then you can use that same image to run tests in concourse.

@bengerman13 bengerman13 removed their assignment May 15, 2020
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

3 participants