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

Allow multiple operations at once for access control requests #155

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

ThibsG
Copy link
Contributor

@ThibsG ThibsG commented Jan 24, 2024

Allow to use the CLI this way:

ckms -- access-rights grant '*' google_cse create encrypt decrypt

instead of

ckms -- access-rights grant '*' google_cse create
ckms -- access-rights grant '*' google_cse encrypt
ckms -- access-rights grant '*' google_cse decrypt

@ThibsG ThibsG requested review from Manuthor and ccorsin January 24, 2024 13:36
@ThibsG ThibsG force-pushed the multiple_operations_for_access_rights branch from 4ea7b18 to 914b573 Compare January 24, 2024 13:38
@Manuthor Manuthor merged commit 1cac542 into develop Jan 24, 2024
@Manuthor Manuthor deleted the multiple_operations_for_access_rights branch January 24, 2024 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants