You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plaform config fields like auth mode or client id cannot be overriden via env vars nor config files in flyte-cli commands. The reason behind this is this line, which ends up creating a PlatformConfig object containig default values for all fields but 'endpoint' and 'insecure'.
Expected behavior
The usual methods of replacing config entries (i.e. either relying on env vars or a config file) should apply, regardless of the type of the config being loaded.
Additional context to reproduce
No response
Screenshots
No response
Are you sure this issue hasn't been raised already?
Yes
Have you read the Code of Conduct?
Yes
The text was updated successfully, but these errors were encountered:
Describe the bug
Plaform config fields like auth mode or client id cannot be overriden via env vars nor config files in flyte-cli commands. The reason behind this is this line, which ends up creating a
PlatformConfig
object containig default values for all fields but 'endpoint' and 'insecure'.Expected behavior
The usual methods of replacing config entries (i.e. either relying on env vars or a config file) should apply, regardless of the type of the config being loaded.
Additional context to reproduce
No response
Screenshots
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: