Skip to content

Releases: octanner/cli-core-auth-plugin

v4.0.0

03 Jul 15:22
Compare
Choose a tag to compare

v4.0.0 / 2023-06-15

Breaking Changes

  • Removed the deprecated coreauth:client:regenerate command. Please use coreauth:client:regenerate-secret instead
  • Removed the option for -s --scope and -f --feature from the coreauth:client:create and coreauth:client:update commands as they were not adding the scopes to the OAuth Client.
    • Note: Please use the coreauth:client:add-scope command after you have created your client or have updated it

Internal

  • Fixed the -e --environment option, to include the GAM (Gamma) environment as an option
  • Fixed the -t --type option, removing the unused INTROSPECTION type which has not been released

v3.2.3

12 Jun 16:08
Compare
Choose a tag to compare

Internal

  • Fixed the v3.2.X links to the proper release page

v3.2.2

12 Jun 16:07
Compare
Choose a tag to compare

Internal

  • Updated the coreauth:version command to output the version
  • Changed the coreauth:client:create command to output the * Note * as a soft_error for more visibility

v3.2.1

12 Jun 16:07
Compare
Choose a tag to compare

Internal

  • Updated packages to remove security vulnerabilities
  • Formatted previous changes for consistency

v3.2.0

12 Jun 16:07
Compare
Choose a tag to compare

New Features

  • Added support for the gamma environment. Use -e gam.
    • Note: You must be on the OCT network or connected via the VPN

v3.1.0

27 Jan 16:59
Compare
Choose a tag to compare

New Features

  • Improved the responses of the following commands:
    • coreauth:client:add-scopes - now displays a table of scope_name and a status value of ADDED if the scope was just added to easily identify changes
    • coreauth:client:remove-scopes - now displays a table of scope_name to review the currently assigned scopes

Bug Fixes

  • Resolved the Cannot read 'status' of undefined error

Internal

  • Reworded the Note/Warning on the coreauth:create command
  • Updated packages to remove security vulnerabilities
  • Increased akkeris-credential-injector timeout from 5s -> 10s

Full Changelog: v3.0.5...v3.1.0

v3.0.5

17 Nov 15:39
Compare
Choose a tag to compare

v3.0.5 / 2021-11-17

Internal

  • Updated packages to remove security vulnerabilities

Full Changelog: v3.0.4...v3.0.5

v3.0.4

04 Mar 22:59
Compare
Choose a tag to compare

Internal

  • Updated axios

v3.0.3

04 Aug 01:07
Compare
Choose a tag to compare

Internal

  • Added update.js to handle the npm install after updating
  • Updated help text
  • Updated readme
  • Updated ramda library

v3.0.2

08 Jul 16:23
Compare
Choose a tag to compare

Internal

  • removed type: module from package.json which threw for NodeJS versions >=v14
  • Reverted primary: false to true for the plugin