Closed vm-diegocruz closed 1 year ago
Adding support for environment variables is fairly straight forward if anyone would like to attempt it:
'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.'
Removing stale label to keep the issue available as a good first issue.
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.
Describe the bug To add the connection configuration using env variables is not available as in other plugins, the documentation only defines through the
jira.spc
. Environment variables should be an option.Steampipe version (
steampipe -v
) v0.17.4Plugin version (
steampipe plugin list
) v0.8.0To reproduce The documentation is not defining the env variables available to be exported, also, there is no reference in the code docs.
Expected behavior Passing the configuration (base_url, username and password) using env variables should be an option like in other plugins like AWS, Azure, GCP, Github, etc.