mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-09 15:32:25 +00:00
Default credentials, prefix path in Azure (#20707)
This commit is contained in:
parent
ece005bba0
commit
f573015a38
@ -39,6 +39,12 @@ public class AzureConfiguration {
|
|||||||
@JsonProperty("cdnKey")
|
@JsonProperty("cdnKey")
|
||||||
private String cdnKey;
|
private String cdnKey;
|
||||||
|
|
||||||
|
@JsonProperty("customerName")
|
||||||
|
private String customerName;
|
||||||
|
|
||||||
|
@JsonProperty("blobEndpoint")
|
||||||
|
private String blobEndpoint;
|
||||||
|
|
||||||
@AssertTrue(
|
@AssertTrue(
|
||||||
message =
|
message =
|
||||||
"Either useManagedIdentity must be true, or a connectionString must be provided, "
|
"Either useManagedIdentity must be true, or a connectionString must be provided, "
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user