Skip to content

SSO stores token file in random location #797

Open
@justinmk3

Description

Problem

SSO auth implementation stores the cache token to whatever directory it happens to be installed to:

const TOKEN_CACHE_DIR = path.join(__dirname, '.cache')

Expected behavior

  • Token should be stored in the (quasi) standard ~/.aws/sso/... location.
  • Ideally, it should also try to re-use token already found in that location which may have been set by other tools.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions