Secret Manager Create Secret
This API is meant to create a secret in a secret manager with the API endpoint 'https://api.cripsa.com/v2/kms/kms-secretmanager-create-secret' endpoint with the parameters Stage (qua, prod, or dev), Domain name of the application, Name of the secret and Secret string
Secret Manager Get Secret
This API is used to get a secret from secret manager with the API endpoint 'https://api.cripsa.com/v2/kms/kms-secretmanager-get-secret', with the parameters Stage (qua, prod, or dev), Domain name of the application, Name of the secret.
Secret Manager Update Secret
This API is used to update a secret in the secret manager with the API endpoint 'https://api.cripsa.com/v2/kms/kms-secretmanager-update-secret' , and parameters Stage (qua, prod, or dev), Domain name of the application, Name of the secret and Secret string
Secret Manager Delete Secret
This API is used to delete a secret from the secret manager with the API endpoint 'https://api.cripsa.com/v2/kms/kms-secretmanager-delete-secret' , and parameters Stage (qua, prod, or dev), Domain name of the application, Name of the secret.
Secret Manager Restore Secret
This API is used to restore a deleted secret from the secret manager services with the API endpoint 'https://api.cripsa.com/v2/kms/kms-secretmanager-restore-secret', and parameters Stage (qua, prod, or dev), Domain name of the application, Name of the secret.