You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cert_bundle option is a valid configuration for the session subcommand. However, the refresh subcommand within session does not utilize the cert_bundle option when making the request to refresh the token. This can cause issues in environments where a custom certificate bundle is required for HTTPS requests.
Steps to Reproduce:
Run the oci session refresh with --cert-bundle subcommand.
Observe that the cert_bundle is not passed to the requests.post call.
Expected Behavior:
The refresh subcommand should include the cert_bundle in the request parameters if it is set.