-
Notifications
You must be signed in to change notification settings - Fork 22
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
Provider updates #66
Provider updates #66
Conversation
h0tw1r3
commented
Feb 8, 2023
- update pdk
- lint housekeeping
- add detail to api call errors
- provider simple_get_filter support
- add admin_token support to retrieve_token function
- extend influxdb_auth, support specifying permission resource user, org, and (type) name
- extend influxdb_auth with force parameter to recreate permission
support specifying resource user, org, and (type) name
influxdb::retrieve_token is a functionthat may have no external impact to Forge modules. influxdb_auth is a typeBreaking changes to this file WILL impact these 1 modules (exact match):influxdb_bucket is a typeBreaking changes to this file WILL impact these 1 modules (exact match):influxdb_dbrp is a typethat may have no external impact to Forge modules. influxdb_label is a typethat may have no external impact to Forge modules. influxdb_org is a typeBreaking changes to this file WILL impact these 1 modules (exact match):influxdb_user is a typeBreaking changes to this file MAY impact these 1 modules (near match):influxdb is a classBreaking changes to this file WILL impact these 1 modules (exact match):influxdb::profile::toml is a classBreaking changes to this file WILL impact these 1 modules (exact match):This module is declared in 0 of 580 indexed public
|
Thanks for the PR! We should be merging #65 soon, so we'll need to rebase this at some point to account for those changes. The main thing is that I'm interested to see the effects of the |
@h0tw1r3 sorry for the delay, would you mind rebasing over the current changes and we will look into merging this |
a763186
to
7a48d3f
Compare
@MartyEwings @m0dular rebased, SLES test failures seem unrelated to changes. |
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.
👍