diff --git a/src/main/resources/keycloak/service.yaml b/src/main/resources/keycloak/service.yaml index 4c326a4..a4bfecc 100644 --- a/src/main/resources/keycloak/service.yaml +++ b/src/main/resources/keycloak/service.yaml @@ -9,6 +9,7 @@ spec: - name: "http" port: 80 targetPort: 8080 + # TODO: 2023.01.27 - jem: only http is needed to be exposed - name: "https" port: 443 targetPort: 8443 diff --git a/src/test/cljc/dda/c4k_keycloak/core_test.cljc b/src/test/cljc/dda/c4k_keycloak/core_test.cljc index 2f78819..9110e5f 100644 --- a/src/test/cljc/dda/c4k_keycloak/core_test.cljc +++ b/src/test/cljc/dda/c4k_keycloak/core_test.cljc @@ -14,6 +14,7 @@ "keycloak-test/valid-config.yaml" (rc/inline "keycloak-test/valid-config.yaml") (throw (js/Error. "Undefined Resource!"))))) +;; TODO: 2023.01.27 - jem: may not validate k3s-cluster-name entries ... find out what's wrong. (deftest validate-valid-resources (is (s/valid? cut/config? (yaml/load-as-edn "keycloak-test/valid-config.yaml"))) (is (s/valid? cut/auth? (yaml/load-as-edn "keycloak-test/valid-auth.yaml")))) \ No newline at end of file