Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add KRATOS_ADMIN_URL env variable and fix HYDRA_ADMIN_URL mistake #314

Merged
merged 1 commit into from
Mar 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading