Closed
Description
Feature Description
I want to have static root identity hashes. Either for testing or some specific production usecase.
Proposed Solution
Add new flag to main server:
--core-identity-secret <some-file-name>
and load yaml file in the form of:
identities:
- name: export-name
hash <hash>
- name: export-name2
hash: <hash2>
if provided - it should be used as values
Alternative Solutions
No response
Want to contribute?
- I would like to work on this issue.
Additional Context
No response
Metadata
Metadata
Assignees
Type
Projects
Status
Done