Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
dev stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
MalinAhlberg committed Feb 7, 2024
1 parent d5f1348 commit f87174d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dev_utils/config-notls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ log:
format: "json"

archive:
type: ""
type: "s3"
# S3 backend
url: "http://localhost"
port: 9000
Expand All @@ -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"
2 changes: 1 addition & 1 deletion dev_utils/iss.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
"iss": "https://demo1.example",
"jku": "https://mockauth:8000/idp/profile/oidc/keyset"
}
]
]

0 comments on commit f87174d

Please sign in to comment.