[Skip-CI] Remove opt and issuer
This commit is contained in:
parent
d8ea3da5fd
commit
59208e8829
1 changed files with 1 additions and 2 deletions
|
@ -16,8 +16,7 @@
|
|||
(s/def ::keycloak-admin-user cp/bash-env-string?)
|
||||
(s/def ::keycloak-admin-password cp/bash-env-string?)
|
||||
|
||||
(def config? (s/keys :req-un [::fqdn]
|
||||
:opt-un [::issuer
|
||||
(def config? (s/keys :req-un [::fqdn
|
||||
::namespace]))
|
||||
|
||||
(def auth? (s/keys :req-un [::keycloak-admin-user
|
||||
|
|
Loading…
Reference in a new issue