Skip to content

Commit 5dee276

Browse files
break, again.
1 parent c5c8921 commit 5dee276

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/planet_auth/oidc/request_authenticator.py

+3
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ def _refresh_if_needed(self):
124124
msg="Error refreshing auth token. Continuing with old auth token. Refresh error: " + str(e)
125125
)
126126

127+
# FIXME?
128+
# Why is this breaking the SDK CICD? Why only for the pipeline and not a local nox?
129+
# The pipeline should be using a legacy API key, so why is this even being called?
127130
if not (self._credential and self._credential.is_loaded()):
128131
# "refresh" may also be called to initialize in some cases, as in client credentials flow.
129132
# Continuing with what we have is not an option when we have nothing.

0 commit comments

Comments
 (0)