Releases: octanner/cli-core-auth-plugin
Releases · octanner/cli-core-auth-plugin
v4.0.0
v4.0.0 / 2023-06-15
Breaking Changes
- Removed the deprecated
coreauth:client:regenerate
command. Please usecoreauth:client:regenerate-secret
instead - Removed the option for
-s
--scope
and-f
--feature
from thecoreauth:client:create
andcoreauth: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
- Note: Please use the
Internal
- Fixed the
-e
--environment
option, to include theGAM
(Gamma) environment as an option - Fixed the
-t
--type
option, removing the unusedINTROSPECTION
type which has not been released
v3.2.3
v3.2.2
v3.2.1
v3.2.0
v3.1.0
New Features
- Improved the responses of the following commands:
coreauth:client:add-scopes
- now displays a table ofscope_name
and astatus
value ofADDED
if the scope was just added to easily identify changescoreauth:client:remove-scopes
- now displays a table ofscope_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