-
Notifications
You must be signed in to change notification settings - Fork 70
Add Secret Store support #717
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
Conversation
6a30f3e to
4d39cc8
Compare
Integralist
left a comment
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.
Thanks @awilliams-fastly for opening this PR. The code looks great.
I just have some requested changes for the sake of consistency with the rest of the CLI code base.
| } | ||
| doesNotExistFile := path.Join(tmpDir, "DOES-NOT-EXIST") | ||
|
|
||
| scenarios := []struct { |
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.
Not required for this PR, but if you have any experience with the new fuzzing features in go1.18 it would be great to see an example test that utilises that feature.
|
Thanks @Integralist for the review. I've made updates to go along with your comments. In addition, I've changed the two |
Integralist
left a comment
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.
Looks great, thanks!
Approved, but as discussed internally we won't merge this PR yet until we're ready to release.
|
@Integralist Thanks for the review |
Viceroy is being updated with support for a new `local_server.secret_store` configuration section. This change adds support for this new section in the manifest. Viceroy change: fastly/Viceroy#210 Related change: #717
Viceroy is being updated with a new `local_server.secret_store` configuration section. Viceroy change: fastly/Viceroy#210 This change adds support for the new Secret Store configuration section. Related change: #717
Viceroy is being updated with a new `local_server.secret_store` configuration section. Viceroy change: fastly/Viceroy#210 This change adds support for the new Secret Store configuration section. Related change: #717
e474f85 to
788ba3e
Compare
Adds the following commands:
fastly secret-store
create Create secret store
get Get secret store
delete Delete secret store
list List secret stores
fastly secret-store-entry
create Create secret
get Get secret
delete Delete secret
list List secrets
Co-authored-by: Mark McDonnell <[email protected]>
Co-authored-by: Mark McDonnell <[email protected]>
Co-authored-by: Mark McDonnell <[email protected]>
Co-authored-by: Mark McDonnell <[email protected]>
Co-authored-by: Mark McDonnell <[email protected]>
Co-authored-by: Mark McDonnell <[email protected]>
ab89227 to
57fbb1f
Compare
|
Thank you @Integralist ! |
Adds the following commands: