Benjamin Gandon
Benjamin Gandon
Just wondering: are you sure you need to remove the `BADtype` key? Maybe just adding the correct `type: password` key and value is sufficient for the deployment variables to be...
For completeness, I'd like to mention here [this comment](https://github.com/cppforlife/go-patch/blob/master/patch/pointer_test.go#L97) by Dmitriy that suggests the `~2` sequence for escaping `?`.
This is SPAM that should be deleted by @telia-oss maintainers. 📢 CC listed org members @LeoColomb @mahe54 @zhuanyan-wang
Or @schmurfy for closing this SPAM issue, maybe?
Hi there, it seems the repo has been moved appropriately. Can we close this issue?
Now that project maintenance has moved to a different repo, the idea is to give a try to [gstackio/keyval-resource](https://github.com/gstackio/keyval-resource) and share feedback there, thanks!
Unfortunately yes, this project is no more maintained. But the Cloud Foundry community and I are maintaining a bunch of Concourse resources, and the [gstackio/keyval-resource](https://github.com/gstackio/keyval-resource) now supersedes this one. The...
Hi folks, Platform operators like me typically need to “debug” many UAAs for each CF foundation they operate: one for BOSH, one for Ops Manager, one for Cloud Foundry, one...
Hi Guillaume, After reading this, here is some feedback. When specifying a sharing authorisation, specifying both Org name and Org GUID might cause confusion whenever they don't match. The same...
The GitHub documentation seems to have evolved a bit, introducing `x-ratelimit-remaining` and `x-ratelimit-reset` headers. See: https://docs.github.com/en/rest/using-the-rest-api/best-practices-for-using-the-rest-api?apiVersion=2022-11-28#handle-rate-limit-errors-appropriately So the proposed implementation in #238 may have to evolve. But in my own...