Mandy Tsai
Mandy Tsai
What cli version are you on? (`pip list | grep oci`) Are you able to run `oci os ns get` successfully? If not, can you share the output for `oci...
Can you confirm if your config file is indeed located at /home/ubuntu/.oci/config? Does it contain the values: user, fingerprint, key_file, tenancy, and region? If you create a new config file...
We're planning to upgrade click to 8.0.4. That should resolve the dependency conflict you're experiencing.
Please install the latest version 3.19.0.
Issue resolved in an internal ticket.
If you didn't use `--auth instance_principal`, you will be using your config file for authentication. Which one did you intend to use?
You won't be able to setup your oci config (config) to have your auth method applied automatically, but you may be able to setup your cli config (oci_cli_rc) so it...
Turns out it's currently not possible to set default auth value in cli-specific config. You can use `export OCI_CLI_AUTH=instance_principal` to avoid providing the `--auth` option for every command.