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: fallback to CLI config for token #248

Merged
merged 6 commits into from
Aug 7, 2024
Merged

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    19b9f6c View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. removed token variable from provider.tf in local.sh and deprecated to…

    …ken field in provider schema
    Praveen005 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    33b3518 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. fix: read token from token attribute

     * Last commit was not reading from the token variable, so fixed that.
     * Added one test case to cater for above change.
     * Since, we still can read token from the token attribute, we need not remove civo_api_key variable from build.sh.
    Praveen005 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    5e385b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. fix: read token from cli config and fix warning issues

     Added a validation function in token field, which will ensure warning is shown only when user uses the token variable.
    Removed hardcoded api key name.
    Made minor changes to unit tests
    Praveen005 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    50b6b59 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    9ab007e View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    6c56163 View commit details
    Browse the repository at this point in the history