Skip to content

Provider Environment Variable #292

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

Merged
merged 1 commit into from
Apr 4, 2025
Merged

Provider Environment Variable #292

merged 1 commit into from
Apr 4, 2025

Conversation

doriac11
Copy link
Contributor

Description

  • Can also use Environment variables to set provider config
  ## Example enviroment variables
  # POWERFLEX_USERNAME="username"
  # POWERFLEX_PASSWORD="password"
  # POWERFLEX_ENDPOINT="https://yourhost.host.com"
  # POWERFLEX_INSECURE="true"
  # POWERFLEX_TIMEOUT="120"

Checklist:

  • I have performed a self-review of my own code to ensure there are no formatting, vetting, linting, or security issues
  • I have verified that new and existing unit tests pass locally with my changes
  • I have not allowed coverage numbers to degenerate
  • I have maintained at least 80% code coverage
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • Backward compatibility is not broken

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Please also list any relevant details for your test configuration

  • UT

@doriac11 doriac11 force-pushed the pub/env-variable-update branch from d1d31e1 to e2a1bc3 Compare April 3, 2025 13:32
@doriac11 doriac11 force-pushed the pub/env-variable-update branch from e2a1bc3 to b25264e Compare April 3, 2025 16:58
@doriac11 doriac11 requested a review from varunchinta April 4, 2025 13:27
Copy link

@varunchinta varunchinta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@doriac11 doriac11 merged commit cb0c8bf into main Apr 4, 2025
6 checks passed
@doriac11 doriac11 deleted the pub/env-variable-update branch April 4, 2025 13:40
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

Successfully merging this pull request may close these issues.

3 participants