Skip to content

Commit 892f0c6

Browse files
feat: update schemas
1 parent 37842b1 commit 892f0c6

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

barmancloud.cnpg.io/objectstore_v1.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@
100100
],
101101
"type": "object",
102102
"additionalProperties": false
103+
},
104+
"useDefaultAzureCredentials": {
105+
"description": "Use the default Azure authentication flow, which includes DefaultAzureCredential.\nThis allows authentication using environment variables and managed identities.",
106+
"type": "boolean"
103107
}
104108
},
105109
"type": "object",

master-standalone/barmancloud.cnpg.io-stable-objectstore_v1.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@
100100
],
101101
"type": "object",
102102
"additionalProperties": false
103+
},
104+
"useDefaultAzureCredentials": {
105+
"description": "Use the default Azure authentication flow, which includes DefaultAzureCredential.\nThis allows authentication using environment variables and managed identities.",
106+
"type": "boolean"
103107
}
104108
},
105109
"type": "object",

0 commit comments

Comments
 (0)