Skip to content

Commit

Permalink
add empty secrets to examples - can show object but hide secret itself
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayla Ames committed Mar 29, 2023
1 parent 2ec17c5 commit db5e75a
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@
"isDefault": false,
"properties": null,
"credentials": {
"credentialsType": "AccountKey"
"credentialsType": "AccountKey",
"secrets": {
"secretsType": "AccountKey"
}
},
"datastoreType": "AzureBlob",
"accountName": "string",
Expand Down Expand Up @@ -75,7 +78,10 @@
"isDefault": false,
"properties": null,
"credentials": {
"credentialsType": "AccountKey"
"credentialsType": "AccountKey",
"secrets": {
"secretsType": "AccountKey"
}
},
"datastoreType": "AzureBlob",
"accountName": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@
"authorityUrl": "string",
"resourceUrl": "string",
"tenantId": "00000000-1111-2222-3333-444444444444",
"clientId": "00000000-1111-2222-3333-444444444444"
"clientId": "00000000-1111-2222-3333-444444444444",
"secrets": {
"secretsType": "ServicePrincipal"
}
},
"datastoreType": "AzureDataLakeGen1",
"storeName": "string"
Expand Down Expand Up @@ -79,7 +82,10 @@
"authorityUrl": "string",
"resourceUrl": "string",
"tenantId": "00000000-1111-2222-3333-444444444444",
"clientId": "00000000-1111-2222-3333-444444444444"
"clientId": "00000000-1111-2222-3333-444444444444",
"secrets": {
"secretsType": "ServicePrincipal"
}
},
"datastoreType": "AzureDataLakeGen1",
"storeName": "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@
"authorityUrl": "string",
"resourceUrl": "string",
"tenantId": "00000000-1111-2222-3333-444444444444",
"clientId": "00000000-1111-2222-3333-444444444444"
"clientId": "00000000-1111-2222-3333-444444444444",
"secrets": {
"secretsType": "ServicePrincipal"
}
},
"datastoreType": "AzureDataLakeGen2",
"filesystem": "string",
Expand Down Expand Up @@ -85,7 +88,10 @@
"authorityUrl": "string",
"resourceUrl": "string",
"tenantId": "00000000-1111-2222-3333-444444444444",
"clientId": "00000000-1111-2222-3333-444444444444"
"clientId": "00000000-1111-2222-3333-444444444444",
"secrets": {
"secretsType": "ServicePrincipal"
}
},
"datastoreType": "AzureDataLakeGen2",
"filesystem": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@
},
"properties": null,
"credentials": {
"credentialsType": "AccountKey"
"credentialsType": "AccountKey",
"secrets": {
"secretsType": "AccountKey"
}
},
"datastoreType": "AzureFile",
"accountName": "string",
Expand Down Expand Up @@ -73,7 +76,10 @@
},
"properties": null,
"credentials": {
"credentialsType": "AccountKey"
"credentialsType": "AccountKey",
"secrets": {
"secretsType": "AccountKey"
}
},
"datastoreType": "AzureFile",
"accountName": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@
"isDefault": false,
"properties": null,
"credentials": {
"credentialsType": "AccountKey"
"credentialsType": "AccountKey",
"secrets": {
"secretsType": "AccountKey"
}
},
"datastoreType": "AzureBlob",
"accountName": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@
"isDefault": false,
"properties": null,
"credentials": {
"credentialsType": "AccountKey"
"credentialsType": "AccountKey",
"secrets": {
"secretsType": "AccountKey"
}
},
"datastoreType": "AzureBlob",
"accountName": "string",
Expand Down

0 comments on commit db5e75a

Please sign in to comment.