Skip to content

Invalid_client error on request catalog from EDC 0.7.3 #1507

Closed Answered by nikp86
nikp86 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,
with the help of @wolf4ood I was able to locate the issue - there was $ symbol int the client_secret, which is removed when using vault cli. In order to solve the problem the character needs to be espaced. The easiest way is to surround the secret value with single quotes, e.g:
"
....

/bin/vault kv put secret/client-secret content='xxxxxxxxxx'
"

Replies: 1 comment

Comment options

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