Skip to content

Commit 8a3b807

Browse files
authored
Remove JWT collection payload filter (#149)
You can not create new keys with payload filters anymore in the UI, and there is only one suspended free tier test cluster that created a jwt with this feature
1 parent 62c8934 commit 8a3b807

7 files changed

Lines changed: 30 additions & 77 deletions

File tree

gen/go/qdrant/cloud/cluster/auth/v2/database_api_key.pb.go

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

gen/openapiv2/qdrant/cloud/cluster/auth/v2/database_api_key.swagger.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -330,13 +330,6 @@
330330
"accessType": {
331331
"$ref": "#/definitions/v2CollectionAccessRuleAccessType",
332332
"description": "The type of access granted for the collection.\nThis is a required field."
333-
},
334-
"payload": {
335-
"type": "object",
336-
"additionalProperties": {
337-
"type": "string"
338-
},
339-
"description": "An optional set of key-value pairs used to restrict access within the collection.\nOnly points containing the specified key-value pairs in their payload will be accessible."
340333
}
341334
},
342335
"description": "Represents an access rule for a specific collection in the database."

0 commit comments

Comments
 (0)