curved-easter-24577
12/14/2023, 1:49 PMUnauthenticated desc = Request unauthenticated with IDToken, Auth Error: failed to initialized token source provider. Err: open /etc/secrets/client_secret: no such file or directory","ts":"2023-12-14T10:35:47Z"}
When we define our client_secret in the specified path:
{
"json": {},
"level": "warning",
"msg": "failed to cache token: %!w(*fmt.wrapError=&{unable to save token. Error: Failed to execute program org.freedesktop.secrets: Operation not permitted {org.freedesktop.DBus.Error.Spawn.ExecFailed [Failed to execute program org.freedesktop.secrets: Operation not permitted]}})",
"ts": "2023-12-14T11:59:51Z"
}
And the script that deploys the workflow gets stuck 🥲
Our current flyte config:
admin:
# For GRPC endpoints you might want to use dns:///flyte.myexample.com
endpoint: dns:///<our flyte dns>
authType: Pkce
insecure: false
logger:
show-source: true
level: 0
freezing-airport-6809
curved-easter-24577
12/14/2023, 2:55 PMsecrets/client_secret
folder?freezing-airport-6809
curved-easter-24577
12/14/2023, 3:59 PMcurved-easter-24577
12/14/2023, 4:10 PMfreezing-airport-6809
curved-easter-24577
12/14/2023, 4:23 PMflyte-core
chart as we do with the flyte-binary
?
kubectl -n flyte port-forward service/flyte-binary 8088:8088 8089:8089
freezing-airport-6809
curved-easter-24577
12/15/2023, 1:04 PMadmin:
endpoint: dns:///${FlyteDNS}
authType: ClientSecret
clientId: flytepropeller
clientSecretLocation: /etc/secrets/client_secret
scopes: all
insecure: false
logger:
show-source: true
level: 0
Thank youuu for your time 🫶