This commit is contained in:
erik 2023-01-31 12:01:46 +01:00
parent 2b28a02e17
commit ab51472eba
2 changed files with 6 additions and 3 deletions

2
.gitignore vendored
View file

@ -27,3 +27,5 @@ my-auth.edn
.clj-kondo/
.lsp/
build-and-move-frontend.sh

View file

@ -18,7 +18,8 @@
(def config? (s/keys :req-un [::fqdn]
:opt-un [::issuer]))
(def auth? (s/keys :req-un [::keycloak-admin-user ::keycloak-admin-password]))
(def auth? (s/keys :req-un [::keycloak-admin-user
::keycloak-admin-password]))
#?(:cljs
(defmethod yaml/load-resource :keycloak [resource-name]