-
Notifications
You must be signed in to change notification settings - Fork 37
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
feat: Harvest should collect cloud targets #1836
Conversation
- ^authentication_type => authentication_type | ||
- ^access_key => access_key | ||
- ^certificate_validation_enabled => certificate_validation_enabled | ||
- ^ssl_enabled => ssl_enabled |
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.
Add scope
also?
If the cloud target is owned by a data SVM, then the scope is set to svm. Otherwise it will be set to cluster.
- ^provider_type => provider_type | ||
- ^server => server | ||
- ^authentication_type => authentication_type | ||
- ^access_key => access_key |
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.
is it safe to expose access_key
of an s3 bucket? Customer may not want to do that.
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.
yes it is public
What is the link git issue for this? |
No description provided.