Skip to content

Commit bae36f0

Browse files
vaibhavatlanAryamanz29
authored andcommitted
cleanup
1 parent d1b3311 commit bae36f0

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

pyatlan/pkg/utils.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,6 @@ def get_client(
8686
oauth_client_id = os.environ.get("ATLAN_OAUTH_CLIENT_ID", "")
8787
oauth_client_secret = os.environ.get("ATLAN_OAUTH_CLIENT_SECRET", "")
8888

89-
print(oauth_client_id)
90-
print(oauth_client_secret)
91-
print(type(oauth_client_id))
92-
print(type(oauth_client_secret))
9389
if oauth_client_id and oauth_client_secret:
9490
LOGGER.info("Using OAuth client credentials for authentication.")
9591
client = AtlanClient(

pyatlan/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ class EndPoint(EndpointMixin, Enum):
185185
)
186186
HEKA = "api/sql/", "http://heka-service.heka.svc.cluster.local/"
187187
IMPERSONATION = "", "http://keycloak-http.keycloak.svc.cluster.local/"
188-
HERACLES = "api/service/", "https://heracles-service.heracles.svc.cluster.local/"
188+
HERACLES = "api/service/", "http://heracles-service.heracles.svc.cluster.local/"
189189
CHRONOS = "events/openlineage/", "http://chronos-service.kong.svc.cluster.local/"
190190

191191

0 commit comments

Comments
 (0)