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

Add minid 'config' command #74

Open
NickolausDS opened this issue Aug 18, 2020 · 0 comments
Open

Add minid 'config' command #74

NickolausDS opened this issue Aug 18, 2020 · 0 comments
Assignees

Comments

@NickolausDS
Copy link
Collaborator

Add a CLI 'config' command for changing some general runtime behaviors of the Minid Client. Currently, the Minid Client will collect some general info like "name" automatically from Globus Auth for use when registering new Minids. We probably want 'name' to be configurable based on the user's preference.

The previous Minid version saved the following information:

[general]
minid_server: http://minid.bd2k.org/minid
username: <Name>
email: <email>
orcid: <Orcid>
code: <code>

We may want to track minid_server but I don't think anything else applies. username and email were used to track user info for the old Minid Service. code was used to verify users. username, email, code is functionally replaced by Globus Auth. orcid currently isn't used, although we could add it if we wanted to supply it as additional metadata.

The MinidClient class should track configuration in a config variable, so it is accessible by both the SDK and the CLI.

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

No branches or pull requests

1 participant