Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkg list should show if an api token is required and if it's missing #184

Open
kpcyrd opened this issue Sep 13, 2020 · 0 comments
Open

pkg list should show if an api token is required and if it's missing #184

kpcyrd opened this issue Sep 13, 2020 · 0 comments

Comments

@kpcyrd
Copy link
Owner

kpcyrd commented Sep 13, 2020

We already know if a module is requesting access to a given access-key/api token from:

-- Keyring-Access: foo

If we list our modules it should annotate the list of installed modules with this info, including if a key is available or missing.

This could look like:

abc/xyz 0.1.0 [keyring: asdf1] [passive]
    asdf
foo/bar 0.1.0 [keyring missing: asdf2] [passive]
    asdf

The missing key would be shown in red (not sure about the color if the key is present, probably blue or green).

Related to #170.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant