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

Improved KAS key management tools #1275

Open
5 tasks
dmihalcik-virtru opened this issue Aug 7, 2024 · 1 comment
Open
5 tasks

Improved KAS key management tools #1275

dmihalcik-virtru opened this issue Aug 7, 2024 · 1 comment

Comments

@dmihalcik-virtru
Copy link
Member

dmihalcik-virtru commented Aug 7, 2024

We currently don't support KAS key management very well

  1. Introduce service keys subcommand to otdfctl:
    a. init: similar to current init-temp-keys script, this creates new keys
    b. create: Adds new key or keys of requested type
    c. import: Adds existing keys of the requested type
  2. These keys update the opentdf.yaml file with the new key information.

Things to think about:

  • the keys should be stored in jwk sets
  • all keys must be compatible with existing clients
  • should be an opentdf subcommand set, to simplify deployment
  • must work on windows

Subtasks:

@cassandrabailey293
Copy link
Contributor

this is currently blocked by the key management adr. moving to BLOCKED until that is complete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants