-
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
bugSomething is not working.Something is not working.
Description
Preflight checklist
- I could not find a solution in the existing issues, docs, nor discussions.
- I agree to follow this project's Code of Conduct.
- I have read and am following this repository's Contribution Guidelines.
- I have joined the Ory Community Slack.
- I am signed up to the Ory Security Patch Newsletter.
Ory Network Project
No response
Describe the bug
Validation errors because some configs are incorrectly loaded.
Reproducing the bug
SECRETS=foo ory helpRelevant log output
The configuration contains values or keys which are invalid:
secrets: <nil>
^-- expected object, but got null
FATA[2025-03-03T09:54:37Z] Unable to load config. audience=application error=map[message:I[#/secrets] S[#/properties/secrets/type] expected object, but got null] service_name= service_version=Version
1.1.0
Additional Context
Workaround:
unset SECRETS # if possible
env -u SECRETS ory helpReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething is not working.Something is not working.