-
Notifications
You must be signed in to change notification settings - Fork 141
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
Add Podman Deployment #311
base: main
Are you sure you want to change the base?
Conversation
cd scim-examples/ | ||
git pull | ||
cd beta/podman/ | ||
podman-compose up --build -d |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ag-rdoucette Would this have to change to redeploying the bridge using deploy.sh?
Do we have any updates on this one? |
@ag-rdoucette will be adding in updates by eow. Once that's done and tested, we'll close this PR. |
Hi, was curious how things are going related to this PR! |
@Macleykun ! Sorry for the delays in this; I've been fairly wrapped up on some other projects. The only item really missing is the ReadMe, and I'll try to find some time next week to finish that. I have already used this deployment with a few clients and on a couple of my VMs, and it appears to be working just fine. |
no need to sorry! Glad to hear the setup is working well so far! When my team needs to (re)setup the scim bridge, we'll use this PR/merged PR to set it up more securely! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we missing deploy.sh
currently?
We may also want to add how to properly service-ize this deployment to ensure it stays up when the host is restarted.
stretch goal for a future PR: use my newfound podman skills to make this use quadlets, which are now preferred over podman-compose
@plttn Removed the deploy.sh and instead putting instructions on how to create the secrets before using podman compose commands to stand up the bridge. Commands with podman are different in that we must call on the env file specifically to get this working. I was also looking at quadlets and services, but there are also differences between Fedora and Redhat and I'm working out the best path forward on what to include in the ReadMe. |
Add Podman SCIM deployment under beta repo