mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-25 08:50:18 +00:00
Fix: error getting 'certificatePath' from SSLConfig object (#10017)
This commit is contained in:
parent
97ea3608bd
commit
10b15e782e
@ -42,7 +42,7 @@ def ignore_ssl_init(_: Optional[ValidateSSLClientConfig]) -> bool:
|
||||
|
||||
@ssl_verification_registry.add(VerifySSL.validate.value)
|
||||
def validate_ssl_init(ssl_config: Optional[ValidateSSLClientConfig]) -> str:
|
||||
return ssl_config.certificatePath
|
||||
return ssl_config.__root__.certificatePath
|
||||
|
||||
|
||||
def get_verify_ssl_fn(verify_ssl: VerifySSL) -> Callable:
|
||||
|
Loading…
x
Reference in New Issue
Block a user