Online SSH Certificate Authority
 
 
 
Go to file
Dustin f8f8218537
dustin/sshca/pipeline/head This commit looks good Details
ci: Auto deploy latest build of master
After building and publishing a new "latest" container image, we can
automatically deploy it to production by restarting the *sshca*
Deployment.  We use `curl` here to patch the Deployment manually, since
`kubectl` is not available in the container image.  This is a simple
enough operation that it's not worth the effort of trying to install it.
2024-02-03 10:07:29 -06:00
ci ci: Auto deploy latest build of master 2024-02-03 10:07:29 -06:00
examples examples: Add took to generate a JWT for testing 2023-11-04 16:37:19 -05:00
src user: Allow adding principals by group membership 2024-02-02 20:00:32 -06:00
tests server: user: Implement OIDC auth for users 2023-11-21 22:03:02 -06:00
.containerignore server: Add Containerfile 2023-11-08 21:29:00 -06:00
.editorconfig ci: Auto deploy latest build of master 2024-02-03 10:07:29 -06:00
.gitattributes Initial commit 2023-11-04 16:36:20 -05:00
.gitignore Initial commit 2023-11-04 16:36:20 -05:00
Cargo.lock server: user: Implement OIDC auth for users 2023-11-21 22:03:02 -06:00
Cargo.toml server: user: Implement OIDC auth for users 2023-11-21 22:03:02 -06:00
Containerfile container: Install openssl-devel in build stage 2024-01-31 20:35:40 -06:00
rustfmt.toml Initial commit 2023-11-04 16:36:20 -05:00