-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
chore(contrib) - fixes for Vault #7739
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 3 of 3 files at r1.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @darkn3rd)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @darkn3rd)
6bc5ccc
to
15877ad
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one minor comment, LG otherwise.
15877ad
to
5af84ed
Compare
```json | ||
{ | ||
"options": { | ||
"cas": 1 | ||
}, | ||
"data": { | ||
"enc_key": "12345678901234567890123456789012", | ||
"hmac_secret_file": "12345678901234567890123456789012" | ||
"hmac_secret": "12345678901234567890123456789012" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are we sure of the key name change? In dgraph I still see using hmac_secret_file.
update formatting on multi-line JSON in curl commands
update formatting on multi-line JSON in curl commands
Minor fixes for spelling and correctness, update formatting on multi-line JSON in curl commands, tested the changes with new clean docker-compose vault environment.