-
Notifications
You must be signed in to change notification settings - Fork 7
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
Css 4587 backport generic fixes #965
Css 4587 backport generic fixes #965
Conversation
|
||
> Any changes made inside the repo will automatically restart the JIMM server via a volume mount. So there's no need | ||
to re-run the compose continuously, but note, if you do bring the compose down, remove the volumes otherwise | ||
vault will not behave correctly, this can be done via `docker compose down -v` | ||
|
||
If all was successful, you should seen an output similar to: | ||
``` | ||
NAME COMMAND SERVICE STATUS PORTS |
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.
I removed this because it felt unnecessary to show in the readme and just made it longer and harder to scan for the section you need.
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.
Yeah fair, it was a bit too "full" i agree
exec /root/candidsrv /etc/candid/config.yaml |
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.
This now ensures candid immediately exits when you kill the compose because the shell isn't running Candid as a background job.
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.
Yeah sounds good to me, what would be better is a proper compose healthcheck ideally though
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.
This is a new script I added that automates the setup of the juju controller. We should bring these improvements to feature-rebac
too.
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.
Nice nice
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.
lgtm, please propose the scripts for feature-rebac too
Description
This PR backports all the work done on
feature-rebac
to enable JIMM to work in a local setup with docker compose and a locally deployed Juju controller.It also backports some minor fixes to the snapcraft.yaml file for JIMM and other miscellaneous fixes.
Engineering checklist
Check only items that apply