auth0-java icon indicating copy to clipboard operation
auth0-java copied to clipboard

Added support for byok

Open tanya732 opened this issue 1 year ago • 0 comments

Changes

Please describe both what is changing and why this is important. Include:

  • Added Endpoints
    1. GET api/v2/keys/encryption
    2. GET api/v2/keys/encryption/{kid}
    3. POST api/v2/keys/encryption
    4. POST api/v2/keys/encryption/{kid}
    5. DELETE api/v2/keys/encryption/{kid}
    6. POST api/v2/keys/encryption/{kid}/wrapping-key

Testing

Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.

  • [ ] This change adds test coverage
  • [ ] This change has been tested on the latest version of the platform/language or why not

Checklist

tanya732 avatar Oct 25 '24 19:10 tanya732