Lucas Caparelli

Results 9 issues of Lucas Caparelli

Hey folks, thanks for the hard work! We're creating an internal PKI using the Vault's PKI engine and we're trying to terraform it using this provider. In our initial POCs...

feature-request
pki-enhancements

### Preflight Checklist - [X] I have searched the [issue tracker](https://www.github.com/bank-vaults/vault-secrets-webhook/issues) for an issue that matches the one I want to file, without success. - [X] I am not looking...

kind/bug
lifecycle/stale

### What happened? I have a patch that alters an array at index 0. Then I have another patch that alters the same array, but by appending to it, using...

bug

https://github.com/operator-framework/operator-sdk/releases/tag/v1.3.0

enhancement :crown:

Fix #51 TODO: - [x] Perform initial implementation - [ ] Write tests - [ ] Write documentation - [ ] Update release notes Signed-off-by: Lucas Caparelli

enhancement :crown:
WIP :construction_worker_woman:

TODO: - [x] Scaffold the webhook logic - [x] Move admission logic to webhook - [x] Hash out the import cycles with (hopefully) clever re-arranging of packages - [x] Fix...

enhancement :crown:
WIP :construction_worker_woman:

Having the operator's [Service Account](https://docs.openshift.com/container-platform/4.3/authentication/understanding-and-creating-service-accounts.html) using a restrictive [SCC](https://docs.openshift.com/container-platform/4.3/authentication/managing-security-context-constraints.html) would improve the operator's security. I have an [initial implementation](https://github.com/LCaparelli/nexus-operator/tree/scc-stuff) of this that is failing to build due to some dependency...

enhancement :crown:

Currently, the tags are fetched using `github.com/heroku/docker-registry-client/registry`, which does not export its client as an interface. This means we can't easily mock a client by simply implementing an interface, which...

enhancement :crown:

We should redesign resource managers implementations to make better use of first-class citizenship of functions in Go. This would allow us to concentrate much of the manager-specific business logic during...

enhancement :crown: