Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. To integrate, host of encryption-services module should be overwritten in helm chart.

  2. /crypto/v1/_encryptshould be added as endpoint for encrypting input data in the system

  3. /crypto/v1/_decrypt should be added as the decryption endpoint.

  4. /crypto/v1/_sign should be added as the endpoint for providing signature for a given value.

  5. /crypto/v1/_verify should be added as the endpoint for verifying whether the signature for the provided value is correct.

  6. /crypto/v1/_rotatekey should be added as endpoint to deactivate the keys and generate new keys for a given tenant.

Reference Docs

Title 

Link

API Swagger Documentation

Swagger Documentation

API List

a) POST /crypto/v1/_encrypt

...