diff options
author | Jordan Bracco <href@random.sh> | 2022-03-17 14:36:59 +0000 |
---|---|---|
committer | Jordan Bracco <href@random.sh> | 2022-03-17 14:37:19 +0000 |
commit | d3e85caea3473661cf1c68fe61849cd98d3b1ad1 (patch) | |
tree | 83a6bfaa8f42a8f76bc1989e9f5e1a861617d582 /includes/main.jsonnet |
wip
Diffstat (limited to 'includes/main.jsonnet')
-rw-r--r-- | includes/main.jsonnet | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/includes/main.jsonnet b/includes/main.jsonnet new file mode 100644 index 0000000..32869b2 --- /dev/null +++ b/includes/main.jsonnet @@ -0,0 +1,20 @@ +{ + domain: "random.sh", + services: { + ca: "https://ca.adm.random.sh", + keto_api: "https://keto.sso.internal.random.sh", + }, + internal: { + services: { + ca: "https://ca.internal.random.sh", + keto_api: "https://keto.sso.internal.random.sh", + }, + }, + sso: { + login_url: "https://" + $.domain + "/login", + check_api_url: $.services.keto_api + "/check", + }, + admin: { + domain: "adm." + $.domain, + }, +} |