Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion bundle/v1/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// SPDX-License-Identifier: Apache-2.0

//go:build tests
// +build tests

package v1_test

Expand Down
1 change: 0 additions & 1 deletion bundle/v2/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// SPDX-License-Identifier: Apache-2.0

//go:build tests
// +build tests

package v2_test

Expand Down
15 changes: 12 additions & 3 deletions genpb/cerbos/cloud/epdp/v2/epdp.pb.go

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

33 changes: 33 additions & 0 deletions genpb/cerbos/cloud/epdp/v2/epdp_vtproto.pb.go

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

3 changes: 3 additions & 0 deletions genpb/cerbos/cloud/epdp/v2/hashpb_helpers.pb.go

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

1 change: 0 additions & 1 deletion logcap/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// SPDX-License-Identifier: Apache-2.0

//go:build tests
// +build tests

package logcap_test

Expand Down
1 change: 1 addition & 0 deletions protos/cerbos/cloud/epdp/v2/epdp.proto
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ message Config {
map<string, google.protobuf.Value> globals = 1;
string default_policy_version = 2;
bool lenient_scope_search = 3;
bool default_scope = 4;
}

message Schema {
Expand Down
Loading