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

Load key contents from suitable source at runtime #10

Open
paulhowardarm opened this issue Sep 23, 2024 · 0 comments
Open

Load key contents from suitable source at runtime #10

paulhowardarm opened this issue Sep 23, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@paulhowardarm
Copy link
Collaborator

The key-broker server currently initialises with a single hard-coded key whose name/ID is skywalker and whose value decodes as ASCII to the string May the force be with you.

This is used in simple demonstrators of the key broker, and is fine for such straightforward interactions.

This feature request is to replace the hard-coded mechanism with a more general way of importing keys into the server at start-up time. This would allow the broker to support multiple keys, and for the admin to specify their contents. This could be as simple as a JSON or TOML file on disk.

An example input file must be supplied, and this example file must establish the same skywalker key that is currently hard-coded. This is so that there is no change in the default out-of-box behaviour. This is important because existing client demos will expect this key to exist.

@paulhowardarm paulhowardarm added enhancement New feature or request good first issue Good for newcomers labels Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant