Christian Bongiorno
Christian Bongiorno
Eventually all great projects outgrow their original maintainers (hello, Linux). I definitely would encourage whomever still owns this to delegate and allow the community to grow. I could see a...
To the owner of this repo: If you simply don't have the time to even delegate, then donate it to something like the apache foundation or the eclipse foundation, that...
He's dead. We need a fork for someone who can maintain it
I depart. Clearly nothing productive here.
Please give us an example of the kind of HCL you had in mind Also, do you know this guy: https://github.com/pjweisberg My avatar is normally redmage
Do you know what the icon is? re the request: Will consider
The error you get basically means that you've overwhelmed your RT instance and one of the necessary resources hasn't been fully created yet. We've built in retry logic into several...
To be clear, we have 2 problems here: 1. You can't assign repos to projects 2. Your getting that 400 error (which is un related and we do need logs).
Ok, I have dug into this: 1. `[]` as the set in the body payload does nothing 2. `[""]` or `["foo"]` produces and error about an unknown set 3. `null`...
This question has come up repeatedly and the problem comes down to the fact that endpoints that artifactory offers are not consistent Here is an [example](https://github.com/jfrog/terraform-provider-artifactory/blob/master/pkg/artifactory/resource/security/resource_artifactory_scoped_token.go#L243) In the above case,...