Getting ```Failed with Exception: Reason: SYSTEM:U...
# flyte-deployment
g
Getting
Copy code
Failed with Exception: Reason: SYSTEM:Unknown
RPC Failed, with Status: StatusCode.INTERNAL
        details: failed to create a signed url. Error: NoCredentialProviders: no valid providers in chain. Deprecated.
        For verbose messaging see aws.Config.CredentialsChainVerboseErrors
when trying to
pyflyte register
config.yaml looks like:
Copy code
admin:
  endpoint: <redacted>
  authtype: Pkce
  insecure: false
  insecureSkipVerify: false
logger:
  show-source: true
  level: 0
and I am able to run
flytectl get projects
without errors. any idea what might be happening?
d
Hi @Gopal Vashishtha Try
insecureSkipVerify: true
g
turned out the issue was that I had configured stow local storage incorrectly
d
uh ok, thanks for sharing