Skip to content

Commit 40d4661

Browse files
OAS Update
1 parent ddd3904 commit 40d4661

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

services/dremio/v1alpha/dremio.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@
139139
},
140140
"clientSecret": {
141141
"description": "The Azure AD client secret.",
142-
"type": "string"
142+
"type": "string",
143+
"writeOnly": true
143144
},
144145
"redirectUrl": {
145146
"description": "The Azure AD redirect URL.",
@@ -149,8 +150,7 @@
149150
},
150151
"required": [
151152
"authorityUrl",
152-
"clientId",
153-
"clientSecret"
153+
"clientId"
154154
],
155155
"type": "object"
156156
},
@@ -417,7 +417,8 @@
417417
},
418418
"clientSecret": {
419419
"description": "The client secret generated by the Identity Provider.",
420-
"type": "string"
420+
"type": "string",
421+
"writeOnly": true
421422
},
422423
"jwtClaims": {
423424
"description": "Maps fields from the JWT token to fields Dremio requires.",
@@ -454,7 +455,6 @@
454455
"required": [
455456
"authorityUrl",
456457
"clientId",
457-
"clientSecret",
458458
"jwtClaims"
459459
],
460460
"type": "object"

0 commit comments

Comments
 (0)