Stig-Manager in Docker as a shared resource, (not localhost only mode) resolvable by DNS #1018
Replies: 3 comments 6 replies
-
Hi @jeremyatourville It seems like you are modifying our "Demo" orchestration that uses our demo Auth container from our Docker Hub page. Have you successfully run without making any changes? The changes you posted will cause some issues.... We also don't typically run with I'm not sure if you've used it, but our stigman-orchestration repo offers a working setup (for localhost testing) with CAC and a proxy, but certain parts should still apply to your use case: https://github.com/NUWCDIVNPT/stigman-orchestration/blob/main/docker-compose.yml (This is a slightly more advanced example than the "demo" docker-compose on Docker Hub that doesn't use a proxy and just uses username/pw.) You could try starting there, and then incrementally make some changes as needed for your deployment. Hope that helps some! |
Beta Was this translation helpful? Give feedback.
-
@jeremyatourville Ok.... Though you've got a lot of stuff in there that is CAC-specific, like all the keycloak KC_SPI_X509CERT_LOOKUP_PROVIDER stuff. You are also importing a realm, but using our prebuilt image, which already has a stigman realm with some dummy username/pw accounts built in (https://hub.docker.com/repository/docker/nuwcdivnpt/stig-manager-auth/general). You might also remove the proxy from the picture while you sort out any other issues, and add it back later. It might be complicating things. |
Beta Was this translation helpful? Give feedback.
-
Awesome! Thanks for the feedback, and good luck with the tool!! |
Beta Was this translation helpful? Give feedback.
-
USE CASE SCENARIO:
I would like to run Stig-Mamager so that it can be a shared resource by our Admin team. My short term goal is getting local accounts setup in keycloak with username/pw for authentication. As a long term goal I will see if I can setup PIV cards with certificiates so that keycloak can use tokens to authenticate.
I have taken the following steps so far as part of my short term goal:
So far I am able to get to the landing page for keycloak. From there, I can click on the admin page. The page partially loads but doesn't fully complete loading and I just get a spinner icon on the page. Can anyone provide tips or suggestions on troubleshooting? I have included a copy of my logs and configs below.
Logs:
Docker compose config:
NGINX Config:
Beta Was this translation helpful? Give feedback.
All reactions