No description
Find a file
2023-01-20 15:15:17 +01:00
doc add try out image 2021-06-18 11:55:35 +02:00
public Update Browser build 2023-01-20 14:17:55 +01:00
src Fix indentation 2023-01-20 15:15:17 +01:00
.gitignore ignore my-auth 2021-05-28 13:18:02 +02:00
.gitlab-ci.yml Update CI to show failing tests 2022-09-02 10:11:39 +02:00
LICENSE Updated license 2021-06-29 09:21:22 +02:00
package.json version bump 2022-02-25 10:49:03 +01:00
project.clj Bump c4k-common version 2023-01-20 13:38:47 +01:00
README.md add doc 2021-06-21 08:29:15 +02:00
shadow-cljs.edn Update Browser build 2023-01-20 14:17:55 +01: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