Skip to content

Commit

Permalink
Put values in order
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferai committed May 23, 2023
1 parent 5f82bed commit 60ff0a0
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 53 deletions.
102 changes: 51 additions & 51 deletions git.luolix.top.hashicorp.go.kms.wrapping.v2.types.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions git.luolix.top.hashicorp.go.kms.wrapping.v2.types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ message KeyInfo {

// Options holds options common to all wrappers
message Options {
bool with_disallow_env_vars = 90;

// The key ID being specified
// @gotags: class:"public"
string with_key_id = 10;
Expand Down Expand Up @@ -143,6 +141,8 @@ message Options {
KeyEncoding with_key_encoding = 70;
// encoding of the wrapped_key
KeyEncoding with_wrapped_key_encoding = 80;

bool with_disallow_env_vars = 90;
}

// SigInfo contains information about a cryptographic signature
Expand Down

0 comments on commit 60ff0a0

Please sign in to comment.