diff --git a/dev_utils/config-notls.yaml b/dev_utils/config-notls.yaml index 84f6b7f..f5d6fc3 100644 --- a/dev_utils/config-notls.yaml +++ b/dev_utils/config-notls.yaml @@ -3,7 +3,7 @@ log: format: "json" archive: - type: "" + type: "s3" # S3 backend url: "http://localhost" port: 9000 @@ -27,7 +27,7 @@ db: sslmode: "disable" oidc: - cacert: "./dev_utils/certs/ca.pem" + #cacert: "./dev_utils/certs/ca.pem" # oidc configuration API must have values for "userinfo_endpoint" and "jwks_uri" configuration: url: "http://mockauth:8000/.well-known/openid-configuration" diff --git a/dev_utils/iss.json b/dev_utils/iss.json index 3bd0abc..260046b 100644 --- a/dev_utils/iss.json +++ b/dev_utils/iss.json @@ -7,4 +7,4 @@ "iss": "https://demo1.example", "jku": "https://mockauth:8000/idp/profile/oidc/keyset" } -] \ No newline at end of file +]