https://flyte.org logo
#flyte-deployment
Title
# flyte-deployment
g

Gopal Vashishtha

08/09/2023, 12:59 PM
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

David Espejo (he/him)

08/09/2023, 3:31 PM
Hi @Gopal Vashishtha Try
insecureSkipVerify: true
g

Gopal Vashishtha

08/09/2023, 6:39 PM
turned out the issue was that I had configured stow local storage incorrectly
d

David Espejo (he/him)

08/09/2023, 6:51 PM
uh ok, thanks for sharing
5 Views