Skip to content

cert_bundle Not Used in refresh Subcommand for Session #835

@raghav1674

Description

@raghav1674

Description:

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:

  1. Run the oci session refresh with --cert-bundle subcommand.
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions