Hey:wave: When upgrading to version 1.11.0 of Flyt...
# flyte-deployment
y
Hey👋 When upgrading to version 1.11.0 of Flyte core, we encountered a problem related to the mounting of the
flyte-secret-auth
secret. Our setup is
Values.secrets.adminOauthClientCredentials.enabled
as false and managing the
flyte-secret-auth
with secret manager ourselves (reference: flyte doc on auth setup). After doing so, it seems the
auth
is not mounted as expected due to this condition. We propose enhancing the configuration in values.yaml by introducing an additional key to indicate whether
flyte-secret-auth
to create. This enhancement would enable conditional mounting of
flyte-secret-auth
based on its creation status.
d
@Yini Gao I think that makes a lot of sense. Could you file an Issue for this?
y
Of course, issue can be found: https://github.com/flyteorg/flyte/issues/5053
I created a draft PR for solving☝️issue:https://github.com/flyteorg/flyte/pull/5063