Chris Burns
Chris Burns
Currently, in Golang, as far as I can see, the only way to create an AppRole and specify the `roleId` and `secretId` is via `Logical` calls via the API like...
I stumbled across this repo and found it very useful, thank you for making this available. I do have one comment. I work a lot around AWS and I can...
Changes the reference to `node-chaos-monkey` with `chaos-monkey` as it is on `npm` Fixes: https://github.com/i0natan/node-chaos-monkey/issues/34
On npm, the package is called `chaos-monkey` but there are npm installs in the README.md of this repo referencing `node-chaos-monkey`?
So I have cloned this repo and built the `oracle/database:12.2.0.1-ee` image locally. Everything worked fine. Now I am trying to run this built image with the following `docker-compose` file: ```yaml...
## Summary I'm using Vault and Concourse Helm charts. I have managed to get both working successfully, however, there are times specifically when the `concourse-web` pod is restarted for whatever...
Would there be a possibility of adding Webhook support for the Gitlab Actions? Similar to how we do it in the GitHub Actions code: https://github.com/backstage/backstage/blob/master/plugins/scaffolder-backend/src/scaffolder/actions/builtin/github/githubWebhook.ts
Currently, as far as I'm aware there is no way of encrypting a file in-place using SOPS via Golang. I'm essentially looking for an API to be exposed that does...
### What problem are you facing? Currently, when we provision a new managed cluster (AKS, EKS, GKE etc), when the cluster has been provisioned and can verify it is up...
Is there any scope to create a Helm Chart for the Pact Broker? Currently, installing the Pact Broker is a bit of a task that requires effort to complete and...