Format
This commit is contained in:
parent
2b28a02e17
commit
ab51472eba
2 changed files with 6 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -27,3 +27,5 @@ my-auth.edn
|
|||
|
||||
.clj-kondo/
|
||||
.lsp/
|
||||
|
||||
build-and-move-frontend.sh
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue