sailpoint-cli icon indicating copy to clipboard operation
sailpoint-cli copied to clipboard

[Bug] OSX keyring storage of client ID and client Secret stores incorrect values

Open rob-buskens-sp opened this issue 1 year ago • 2 comments

On OSX, setting an environment client ID / Secret in the keyring stores incorrect value:

To Reproduce

  1. sail set pat
  2. enter clientId
  3. enter clientSecret
  4. Open keychain access
  5. search env, pick the one for the current enviornment
  6. click show password The value is "go-keyring-" image

Expected behavior A value representing the stored item.

Actual behavior "go-keyring-"

Operating System

  • OS: Mac OS Sonoma
  • CLI Environment: zsh
  • Version: 14.2.1 (23C71)

Additional context sail version 2.0.3

rob-buskens-sp avatar Dec 22 '23 16:12 rob-buskens-sp