Hi Community, I wonder how does the env `FLYTE_PLA...
# flytekit
x
Hi Community, I wonder how does the env
FLYTE_PLATFORM_AUTH
work in flytekit as described in https://docs.flyte.org/en/latest/deployment/cluster_config/auth_setup.html#continuous-integration-ci. I tried to investigate into the source code of flytekit but failed. To be more speific, the source code of
flytekit/configuration/__init__.py
and
flytekit/configuration/internal.py
.
k
You mean client secret and id
x
Hi @Ketan (kumare3), thanks for the reply. I am not mean the client id/secret, at the last line configuration for CI, there is a
Copy code
# Set this to force Flytekit to use authentication, even if not required by Admin. This is useful as you're
# rolling out the requirement.
export FLYTE_PLATFORM_AUTH=True
I wonder how does this work.
k
Cc @Haytham Abuelfutuh / @Prafulla Mahindrakar do you know this off the top
t
@Haytham Abuelfutuh @Prafulla Mahindrakar could you take a look this please?
e
@Xuan Hu, those instructions are not correct. We should remove that line (and its comment) from the docs. Contributions are welcome 😄
152 Views