Hi all, we trying out flyte for model training an...
# flyte-support
d
Hi all, we trying out flyte for model training and data processing. Following the doc for authentication here, I am trying to run
Copy code
pyflyte create api-key admin --name my-admin-key
but got error
Copy code
No such command 'create'.
From looking at main branch in GH and then does look like create command doesn't exist. Can anyone tell me how to create an api-key?
g
the doc is wrong. this command only available in union sdk.
cc @powerful-gold-59386
d
oss version of flyte doesn't support client secret?
g
we support it, oss just doesn’t support creating the api-key from cli
d
got it. can you point me to some instructions how to create an api-key then?
g
cc @thankful-minister-83577 do you know how to do it in open source
t
oss flyte supports the client credentials flow yes.
but there is no api key support in oss. that’s only in union
that’s why the command doesn’t exist.
is client id/secret enough for your use-cases?
d
yea client_id/secret is enough. could you provide some details how to configure?
any instructions you can provide? would be appreciated