Skip to content

Commit 149b231

Browse files
authored
Merge branch 'main' into CAPPL-931-limits
2 parents 95d1675 + 5204c08 commit 149b231

File tree

5 files changed

+473
-43
lines changed

5 files changed

+473
-43
lines changed

pkg/capabilities/actions/vault/messages.pb.go

Lines changed: 15 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/capabilities/actions/vault/messages.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,5 +170,5 @@ message StoredSecret {
170170
// IMPORTANT: this record is persisted so any changes must be
171171
// backwards compatible
172172
message StoredMetadata {
173-
repeated string keys = 2;
173+
repeated SecretIdentifier secret_identifiers = 2;
174174
}

0 commit comments

Comments
 (0)