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

Fix failure on OBJ plugin when CLI is not configured #725

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

zliang-akamai
Copy link
Member

📝 Description

This is to fix an issue that prevent OBJ plugin to work when no default user has been configured to the CLI.

✔️ How to Test

  1. Remove existing CLI configuration file: rm ~/.config/linode-cli (if you have important stuff in the config, please back it up rather than remove)
  2. Configure CLI via environmental variables.
export LINODE_CLI_TOKEN=[YOUR_API_TOKEN]
export LINODE_CLI_OBJ_ACCESS_KEY=[YOUR_OBJ_ACCESS_KEY]
export LINODE_CLI_OBJ_SECRET_KEY=[YOUR_OBJ_SECRET_KEY]
  1. Verify the OBJ plugin is still working: linode obj la

@zliang-akamai zliang-akamai requested a review from a team as a code owner February 7, 2025 06:43
@zliang-akamai zliang-akamai requested review from lgarber-akamai, yec-akamai and jriddle-linode and removed request for a team February 7, 2025 06:43
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.

1 participant