-
Notifications
You must be signed in to change notification settings - Fork 911
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 SOPS to use custom AWS KMS and STS Endpoint #1679
Open
anandavj
wants to merge
32
commits into
getsops:main
Choose a base branch
from
anandavj:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+225
−140
Open
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
7f908e6
Allow SOPS to use custom AWS KMS and STS Endpoint
anandavj 725cb39
build(deps): Bump github/codeql-action in the ci group
dependabot[bot] 00f1ee7
build(deps): Bump the rust group in /functional-tests with 3 updates
dependabot[bot] 5ee78da
build(deps): Bump the ci group with 2 updates
dependabot[bot] 5ec3720
build(deps): Bump the go group across 1 directory with 18 updates
dependabot[bot] 214a053
Patch harmless parts of go.mod before looking for changes in CI.
felixfontein 29cffad
Run 'make vendor' in CodeQL build step.
felixfontein 2e12a90
Move Python patch tool to .github/utils/.
felixfontein d755eae
Correctly handle comments during JSON serialization.
felixfontein be3b48a
gofmt
anandavj 59d274f
remove manual update on proto
anandavj afe398e
define protobuf definition for aws endpoint and re-generate
anandavj f895c62
Patch harmless parts of go.mod before looking for changes in CI.
felixfontein 944ad9f
Move Python patch tool to .github/utils/.
felixfontein f6a6a10
chore(deps): Update Rust dependencies
reneleonhardt a79294e
fix(config): remove unused variables
nicklasfrahm 71a1b3c
keyservice: update protobuf to an recent release
Foxboron 3f9c620
Adjust protoc command line for latest versions of plugins; fix protoc…
felixfontein 35338f7
Update go.mod.
felixfontein d927a74
build(deps): Bump the go group with 8 updates
dependabot[bot] 43f17a8
Bump version to 3.9.2.
felixfontein 02cb2c0
Add changelog for 3.9.2.
felixfontein 58607af
build(deps): Bump the go group with 10 updates
dependabot[bot] 0295b78
build(deps): Bump the ci group with 2 updates
dependabot[bot] 2af48ab
build(deps): Bump golang.org/x/crypto from 0.30.0 to 0.31.0
dependabot[bot] 3326e78
Sign Commit
anandavj 501eb42
Fix Protobuf error on generated
anandavj c57a49d
Patch harmless parts of go.mod before looking for changes in CI.
felixfontein 70eba1e
Move Python patch tool to .github/utils/.
felixfontein 6ff4856
Merge branch 'main' into main
anandavj 9a82a2b
Merge branch 'main' into main
anandavj f79b2b7
Merge branch 'main' into main
anandavj File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
remove manual update on proto
Signed-off-by: anandavj <anandaprabu.trityavijaya@gmail.com>
- Loading branch information
commit 59d274fbba0dddb812ad68106326fe508d02d73a
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
This file is automatically generated, you should not manually modify it, but instead modify the protobuf definition and re-generate it. Right now protobuf regeneration doesn't work (see #1576) though, but I hope that will get fixed soon.
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 for the review, I've modify the protobuf definition and re-generate it
I use #1688 makefile but I won't include it on this PR as it's already covered in another PR