Skip to content

feature: static root APIExport identities hashes #3320

Closed
@mjudeikis

Description

@mjudeikis

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

Labels

kind/featureCategorizes issue or PR as related to a new feature.

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions