AnykeyNL / OCI-SuperDelete

Delete all OCI resources in a compartment
Universal Permissive License v1.0
60 stars 37 forks source link

utilize instance_principal and not config file #41

Closed LotToLearn closed 2 years ago

LotToLearn commented 2 years ago

Any way to utilize instance principal instead of the config file?

oci cli works fine without config file, due to auth being set.. but the scripts look for ~/.oci/config specifically and cannot be bypassed

LotToLearn commented 2 years ago

Was updated - thank you