Skip to content

failed to list keys #19377

Answered by alixiaodi
alixiaodi asked this question in Q&A
Discussion options

You must be logged in to vote

I have found the problem, it is that the permissions set by my KMS server policy are not sufficient
The following configuration can be used to solve the problem
path "kv/*" {
capabilities = [ "create", "read", "update", "delete", "list" ]
}

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by harshavardhana
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
1 participant
Converted from issue

This discussion was converted from issue #19372 on March 28, 2024 17:48.