Closed cbruno10 closed 3 years ago
Also, while looking through the table code, the list functions didn't use any paging. Does the SDK support pagination today for some or all of the resource list calls?
@cbruno10 thanks we'll get on it :)
I've merged a pr that should address your points. SDK doesn't seem to support pagination
Thanks @graza-io and @Bonemind !
I believe the plugin is close to ready for publishing, but I had a few suggestions/questions on the config options and docs:
user
, vsphere_sever,
allow_unverified_ssl? These seem to be based off of the VMWare standard environment names, e.g.,
VSPHERE_USER`, so they may be familiar to current users.insecure
isn't set in the config file today, does it attempt to connect without allowing insecure connections?Thanks for the feedback. I've renamed the config variables and allowed them to also be set using environment variables.
Insecure connection (now allow_unverified_ssl
) is just for the validation of the server's ssl certificate, So no additional configuration for users. I've also defaulted insecure connections to false.
Thanks @Bonemind ! I'm closing this issue as v0.0.1 is now released 😃
Hey @Bonemind and @graza-io , thanks for creating this plugin! We've reviewed it and have some suggestions before publishing below. If you have any questions, please let me know, thanks!
index.md:
#696566
images/plugins/theapsgroup/vsphere.svg
images/plugins/theapsgroup/vsphere-social-graphic.png
go.mod
vsphere/utils.go
connect
function setup to handle returning errors OK?README.md
Makefile
, similar to how we've done in other plugins (https://github.com/turbot/steampipe-plugin-jira/blob/main/Makefile), and then ask users to runmake
instead ofgo build ...
/mv ...
in the alternate instructions?Table and column descriptions
Different casing of
datastore
, also missing periods at the end of each sentenceTypo in the word
Curent
:Are these descriptions pulled from the vSphere SDK or API, or somewhere else? In general, we prefer to use any descriptions from those sources so we can provide users with accurate, easy to find information. Our (short) list of best practices around table and column descriptions can be found at Table and Column Descriptions.