Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List type configuration cannot be overridden #140

Open
KosukeOkamoto opened this issue Nov 15, 2024 · 0 comments
Open

List type configuration cannot be overridden #140

KosukeOkamoto opened this issue Nov 15, 2024 · 0 comments

Comments

@KosukeOkamoto
Copy link
Contributor

Describe the bug

Oper8 have config.yaml for default configuration and environment variable can override them. However, list type configuration can not be overridden since aconfig ignore them. Some important configuration, especially supported_versions, are currently not configurable.

Platform

Please provide details about the environment you are using, including the following:

  • Interpreter version: Any
  • Library version: Any

Sample Code

Please include a minimal sample of the code that will (if possible) reproduce the bug in isolation

Expected behavior

List type configurations are configurable.

Observed behavior

List type configurations are always default value.

Additional context

I think the best solution is to allow overriding configurations with a provided config file. Or can we accept list type environment variable somehow?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant