white-advantage-37945
08/02/2022, 10:30 AMkratos:
development: true
identitySchemas:
identity.default.schema.json: |
I get the following error:
The configuration contains values or keys which are invalid:
identity.schemas: <nil>
^-- one or more required properties are missing
Where on the pod would the 'identity.default.schema.json' be stored? The path? Should I reference the path as follows:
config:
identity:
schemas:
- id: default
url: <file://identity.default.schema.json>
tall-angle-41306
08/03/2022, 8:46 AM/etc/config/
so you'd want something like;
schemas:
- id: default
url: file:///etc/config/identity.default.schema.json