Skip to content

Commit

Permalink
feat: migrate to standard debug_redact annotation
Browse files Browse the repository at this point in the history
Standard annotation for marking fields as sensitive and subject for
redaction in logs and other debug contexts.

Requires bumping dependencies to get the latest protobuf compiler
toolchain with support for the annotation.
  • Loading branch information
odsod committed Aug 6, 2024
1 parent df7656c commit 857d59a
Show file tree
Hide file tree
Showing 48 changed files with 3,739 additions and 3,702 deletions.
2 changes: 1 addition & 1 deletion .sage/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module sage

go 1.22.4

require go.einride.tech/sage v0.281.0
require go.einride.tech/sage v0.294.0
4 changes: 2 additions & 2 deletions .sage/go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
go.einride.tech/sage v0.281.0 h1:K5ShQf1xX1alT2+7q+RAK/1TQxUt3MkKJYGIAOu0Ob4=
go.einride.tech/sage v0.281.0/go.mod h1:EzV5uciFX7/2ho8EKB5K9JghOfXIxlzs694b+Tkl5GQ=
go.einride.tech/sage v0.294.0 h1:X5v6sfvt762QwhcRptlYRKoYrNXb1nT9fxKDXsRtaWI=
go.einride.tech/sage v0.294.0/go.mod h1:EzV5uciFX7/2ho8EKB5K9JghOfXIxlzs694b+Tkl5GQ=
478 changes: 237 additions & 241 deletions cmd/saga/gen/einride/saga/extend/auth/v1beta1/auth_service.pb.go

Large diffs are not rendered by default.

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

98 changes: 49 additions & 49 deletions cmd/saga/gen/einride/saga/extend/book/v1beta1/address.pb.go

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

Loading

0 comments on commit 857d59a

Please sign in to comment.