Alex Hung
Alex Hung
This issue was created *before* HashiCorp released the `import` block update. So the original tool idea/plan was to create a end-to-end tool to query Artifactory for all the resources and...
@dependabot rebase
@rorynickolls-skyral Thanks for the suggestion. I've added this to our road map.
> likely because the rotate is hard-coded to create an admin token @TJM I can certainly add rotation to `user_token`. It's logical next step.
On first read, this make senses. I'm trying to think through if there're other scenarios in which deleting any tokens in Artifactory is undesirable.
@midi89 Unfortunately we are still awaiting implementation of APIs to manage JIRA integration from the Xray team.
We are planning to implement this soon. No ETA yet.
@ateoto @Jan-Pleva @nivensb FYI, in case you missed it, we've been adding data sources to the provider. Check out the CHANGELOG for more details.
If you are using automarshalling then you need to switch it off with `SetDoNotParseResponse()` then roll your own base on the status code per @lfrestrepog suggestion.
Agree, more akin to the acceptance tests in Terraform provider will be ideal. i.e. the testing framework actually spawn a new test instance of the plugin, set it up with...