mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-08 13:36:32 +00:00
fix: remove GET /access call for NiFi 2.x compatibility (#23447)
Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com> (cherry picked from commit cd5acfd02f659051d0698a6a8ed49c2578959d0b)
This commit is contained in:
parent
9b62ce0673
commit
1358d3c97f
@ -79,8 +79,6 @@ class NifiClient:
|
||||
client_config.cert = (cc_path, ck_path)
|
||||
|
||||
self.client = REST(client_config)
|
||||
access = self.client.get("access")
|
||||
logger.debug(access)
|
||||
|
||||
@property
|
||||
def token(self) -> str:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user