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

feat: optionally check if all env vars match #350

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

mkanoor
Copy link
Contributor

@mkanoor mkanoor commented Nov 14, 2024

From EDA credentials we might pass in env vars for source plugins, the generic source plugin can optionally have a dictionary of env vars that it can check
e.g.

   check_env_vars:
       ENV_V1: value1
       ENV_V2: value2

https://issues.redhat.com/browse/AAP-35597

From EDA credentials we might pass in env vars for source
plugins, the generic source plugin can optionally have
a dictionary of env vars that it can check
e.g.
```
   check_env_vars:
       ENV_V1: value1
       ENV_V2: value2
```
@mkanoor mkanoor merged commit cf982e2 into ansible:main Nov 15, 2024
17 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants