IAM: Add the external field to the TeamBinding spec (#112382)

* add the external field to the TeamBinding spec

* fix unit tests
This commit is contained in:
Mihai Doarna
2025-10-15 11:21:33 +03:00
committed by GitHub
parent 2b4292fcfd
commit 54c224dae7
20 changed files with 303 additions and 33 deletions
@@ -4343,9 +4343,14 @@
"required": [
"subject",
"teamRef",
"permission"
"permission",
"external"
],
"properties": {
"external": {
"type": "boolean",
"default": false
},
"permission": {
"description": "permission of the identity in the team",
"type": "string",
@@ -6197,9 +6202,14 @@
"required": [
"subject",
"teamRef",
"permission"
"permission",
"external"
],
"properties": {
"external": {
"type": "boolean",
"default": false
},
"permission": {
"description": "permission of the identity in the team",
"type": "string",