mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-02 19:48:17 +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")
|
||||
private String cdnKey;
|
||||
|
||||
@JsonProperty("customerName")
|
||||
private String customerName;
|
||||
|
||||
@JsonProperty("blobEndpoint")
|
||||
private String blobEndpoint;
|
||||
|
||||
@AssertTrue(
|
||||
message =
|
||||
"Either useManagedIdentity must be true, or a connectionString must be provided, "
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user