-
Notifications
You must be signed in to change notification settings - Fork 2
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
Fixing some typos and adding ability to add service account to toolki… #1375
base: main
Are you sure you want to change the base?
Conversation
…gnitedata/toolkit into service_account_toolkit_group
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great with an update to support CDF as the service provider. The flow around creating the Toolkit auth group interactive needs a rewrite.
self.warn( | ||
HighSeverityWarning( | ||
f"The source id {source_id!r} is already used by the groups: {humanize_collection(already_used)!r}." | ||
auth_vars = AuthVariables.from_env() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This assumes that the credentials you are currently using are the ones you should use. I think this flow should be more explicit. Instead, ask first which provider you are using for creating the Toolkit group.
Co-authored-by: Anders Albert <[email protected]>
Co-authored-by: Anders Albert <[email protected]>
…t group
Description
Prefix the PR title with the Jira issue number on the form
[CDF-12345]
.Please describe the change you have made.
Checklist