If I have "default" AK/AS/CK credentials in my .ovh.conf, using env vars OVH_CLIENT_ID / OVH_CLIENT_SECRET throws (can't use multiple authentication methods: application_key/application_secret, client_id/client_secret)
I would expect that the env vars always have precedence over the .ovh.conf, regardless of wether they are OAuth credentials or AK/AS/CK.
If I have "default" AK/AS/CK credentials in my
.ovh.conf, using env vars OVH_CLIENT_ID / OVH_CLIENT_SECRET throws(can't use multiple authentication methods: application_key/application_secret, client_id/client_secret)I would expect that the env vars always have precedence over the
.ovh.conf, regardless of wether they are OAuth credentials or AK/AS/CK.