Skip to content

Commit

Permalink
docs: add KRATOS_ADMIN_URL env variable and fix HYDRA_ADMIN_URL mista…
Browse files Browse the repository at this point in the history
…ke (#314)
  • Loading branch information
emmanuelgautier authored Mar 21, 2024
1 parent 541f3bf commit a9c6be4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a9c6be4

Please sign in to comment.