From 3a9bc639244577302e78dd761f668bc16317b000 Mon Sep 17 00:00:00 2001 From: Emmanuel Gautier Date: Sun, 7 Jan 2024 20:00:14 +0100 Subject: [PATCH] docs: add KRATOS_ADMIN_URL env variable and fix HYDRA_ADMIN_URL mistake --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fadff438..fa65342a 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,14 @@ Ory Identities requires the following variables to be set: `kratos-public.svc.cluster.local`). - `KRATOS_BROWSER_URL` (optional) The browser accessible URL where ORY Kratos's public API is located, only needed if it differs from `KRATOS_PUBLIC_URL` +- `KRATOS_ADMIN_URL` (optional) The URL where Ory Kratos' Admin API is located + at (e.g. `http://kratos:4434`). Ory OAuth2 requires more setup to get CSRF cookies on the `/consent` endpoint. -- `ORY_SDK_URL` or `HYDRA_ADMIN_URL` (optional): The URL where Ory Hydra's - Public API is located at. If this app and Ory Hydra are running in the same - private network, this should be the private network address (e.g. +- `ORY_SDK_URL` or `HYDRA_ADMIN_URL` (optional): The URL where Ory Hydra's Admin + API is located at. If this app and Ory Hydra are running in the same private + network, this should be the private network address (e.g. `hydra-admin.svc.cluster.local`) - `COOKIE_SECRET` (required): Required for signing cookies. Must be a string with at least 8 alphanumerical characters.