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.
The text was updated successfully, but these errors were encountered:
raghav1674
added a commit
to raghav1674/oci-cli
that referenced
this issue
Aug 7, 2024
Description:
The
cert_bundle
option is a valid configuration for thesession
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:
oci session refresh
with--cert-bundle
subcommand.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.The text was updated successfully, but these errors were encountered: