Skip to content

Commit ab8e6e6

Browse files
authored
[CP-410] BREAKING: Removed deprecated DatabaseConfigurationService.jwt_rbac (#276)
Breaking info ``` proto/qdrant/cloud/cluster/v1/cluster.proto:787:1:Previously present field "3" with name "jwt_rbac" on message "DatabaseConfigurationService" was deleted. ⚠️ Warning: Breaking changes detected! These should generally be avoided. Continuing with code generation... ```
1 parent cb49bdb commit ab8e6e6

8 files changed

Lines changed: 60 additions & 112 deletions

File tree

gen/go/qdrant/cloud/cluster/v1/cluster.pb.go

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

gen/openapiv2/qdrant/cloud/cluster/backup/v1/backup.swagger.json

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

gen/openapiv2/qdrant/cloud/cluster/v1/cluster.swagger.json

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

gen/python/qdrant/cloud/cluster/v1/cluster_pb2.py

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

gen/python/qdrant/cloud/cluster/v1/cluster_pb2.pyi

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/typescript/qdrant/cloud/cluster/v1/cluster_pb.d.ts

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

gen/typescript/qdrant/cloud/cluster/v1/cluster_pb.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/qdrant/cloud/cluster/v1/cluster.proto

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -795,14 +795,8 @@ message DatabaseConfigurationService {
795795
// If set, all requests must include a header with the api-key.
796796
// example header: `api-key: <API-KEY>`
797797
optional common.v1.SecretKeyRef read_only_api_key = 2;
798-
// Enable JWT Role Based Access Control (RBAC).
799-
// This setting is for both managed and hybrid cloud clusters.
800-
// For managed cloud clusters, this defaults to enabled and cannot be explicitly disabled.
801-
// For hybrid cloud clusters, the value is applied as provided.
802-
// If enabled, you can generate JWT tokens with fine-grained rules for access control.
803-
// Use generated token instead of API key.
804-
// Deprecated: use cluster.status.jwt_rbac instead to read and ClusterService.EnableClusterJwtRbac to change the state.
805-
optional bool jwt_rbac = 3 [deprecated = true];
798+
// Previously: optional bool jwt_rbac.
799+
reserved 3;
806800
// Enable HTTPS for the REST and gRPC API
807801
// This setting is for hybrid cloud clusters only, for managed cloud clusters the platform controls it (and clients need to use a secure connection).
808802
optional bool enable_tls = 4;

0 commit comments

Comments
 (0)