No description
Find a file
2021-07-05 11:28:10 +02:00
doc add try out image 2021-06-18 11:55:35 +02:00
public format html 2021-06-18 11:21:05 +02:00
src refactored browser to use c4k-common 2021-06-21 11:49:05 +02:00
.gitignore ignore my-auth 2021-05-28 13:18:02 +02:00
.gitlab-ci.yml format 2021-06-23 07:52:18 +02:00
LICENSE Updated license 2021-06-29 09:21:22 +02:00
package.json use c4k-common 2021-06-18 17:36:57 +02:00
project.clj use c4k-common 2021-06-18 17:36:57 +02:00
README.md add doc 2021-06-21 08:29:15 +02:00
shadow-cljs.edn use c4k-common 2021-06-18 17:36:57 +02:00
valid-auth.edn not used credentials 2021-05-28 09:49:38 +02:00
valid-config.edn keycloak deployment now may work 2021-05-21 17:59:44 +02:00

convention 4 kubernetes: c4k-keycloak

Clojars Project pipeline status

DeltaChat chat over e-mail | team@social.meissa-gmbh.de team@social.meissa-gmbh.de | Website & Blog

Purpose

c4k-keycloak provides a k8s deployment for keycloak containing:

  • keycloak
  • ingress having a letsencrypt managed certificate
  • postgres database

The package aims to a low load sceanrio.

Status

This is just a POC, database is stored volatile, there is no backup implemented.

Try out

Click on the image to try out live in your browser:

Try it out

Your input will stay in your browser. No server interaction is required.

You will also be able to try out on cli:

target/graalvm/c4k-keycloak src/test/resources/valid-config.edn src/test/resources/valid-auth.edn | kubeval -
target/graalvm/c4k-keycloak src/test/resources/valid-config.edn src/test/resources/valid-auth.edn | kubectl apply -f -

License

Copyright © 2021 meissa GmbH Licensed under the Apache License, Version 2.0 (the "License") Pls. find licenses of our subcomponents here