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

Management API for Secrets #4090

Closed
bscholtes1A opened this issue Apr 4, 2024 · 0 comments · Fixed by #4138
Closed

Management API for Secrets #4090

bscholtes1A opened this issue Apr 4, 2024 · 0 comments · Fixed by #4138
Assignees
Labels
api Feature related to the (REST) api feature_request New feature request, awaiting triage

Comments

@bscholtes1A
Copy link
Contributor

bscholtes1A commented Apr 4, 2024

Feature Request

As discussed during committer group session, there is currently no management API enabling a participant to add/delete/update secrets from the Vault. In some cases, participant might have a direct access to the Vault itself to do the operations. But if an operator manages the connector for another entity (connector-as-a-service), then an API access is required for the participant to manage its secrets in self-service mode.

Which Areas Would Be Affected?

Management API of the Control Plane.

Why Is the Feature Desired?

In cases where a participant connector is managed by another entity (connector-as-a-service), then a management API for the secrets is required for the participant to be able to manage its secrets in self-service mode.

Solution Proposal

A SecretApi will be introduced which will be very similar to the other management APIs (assets, policy definitions...), with the exception that the secret API will not be included in the management API BOM.

@bscholtes1A bscholtes1A added api Feature related to the (REST) api feature_request New feature request, awaiting triage triage all new issues awaiting classification labels Apr 4, 2024
@bscholtes1A bscholtes1A self-assigned this Apr 5, 2024
@ndr-brt ndr-brt removed the triage all new issues awaiting classification label Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Feature related to the (REST) api feature_request New feature request, awaiting triage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants