Skip to content

2.5.5

Compare
Choose a tag to compare
@dshelbyo dshelbyo released this 26 Mar 20:17
· 547 commits to master since this release
aaa05a8

Added

  • Support for token-based authentication for the CLI allowing customers to authenticate their session interactively, then use the CLI for a single session without an API signing key

    • oci session authenticate
    • oci session export
    • oci session import
    • oci session refresh
    • oci session terminate
    • oci session validate
  • Support for an interactive process to create a CLI config file using username / password based login through a browser. Also handles generating API keys and uploading them to your Oracle Cloud Infrastructure account.

    • oci setup bootstrap
  • Support for obtaining and updating Authentication Policy in the Identity Service.

    • oci iam authentication-policy get | update

Changed

  • Documentation enhancements and corrections for traffic management in the DNS service.
  • Improve Object Lifecycle Management policy in Object Storage by supporting glob patterns and exclusions.
    • An example on writing object lifecycle policy can be found on GitHub.