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

Provide Support for OCI #749

Open
shariqmus opened this issue Sep 17, 2024 · 2 comments
Open

Provide Support for OCI #749

shariqmus opened this issue Sep 17, 2024 · 2 comments

Comments

@shariqmus
Copy link

What changed?

Adds ability to use Granted with OCI (Oracle Cloud Platform)

Why?

Make Granted accessible to users that may be using multi cloud

@chrnorm
Copy link
Contributor

chrnorm commented Sep 19, 2024

@shariqmus thankyou for this feature request! I'm less familiar with OCI so have a couple of rather basic questions here - would you expect both assume and assume -c to work here? If assume were to work, which environment variables should be exported?

@shariqmus
Copy link
Author

Hi @chrnorm
Thank you for reviewing the request.

would you expect both assume and assume -c to work here?

Yes I would expect both assume and assume -c (ie Open Console) to work.

If assume were to work, which environment variables should be exported

Normally I would login to OCI as follows:

export OCI_CLI_AUTH=security_token
echo DEFAULT | oci session authenticate --region <region_name> --tenancy-name  <our_tenancy_name>

Token-based Authentication for the CLI
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/clitoken.htm

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

No branches or pull requests

2 participants