Daniel Hix
Daniel Hix
**Is your feature request related to a problem? Please describe.** The audit log seems like it could/can be a firehose of requests and can contain a lot of data that...
**Describe the solution you'd like** Vault has a PKI engine which allows you to dynamically build TLS certificates with Vault. You can read about it [here](https://www.vaultproject.io/docs/secrets/pki). **What is the added...
There is currently no documentation for the Kubernetes provider. There should be documentation on par with the other providers.
As found [here](https://github.com/cockroachdb/cockroach-operator/blob/c133bd007e0ee9e6a0bc25f408943c5200188b71/pkg/resource/statefulset.go#L361-L362) the `--advertise-host` argument is built based on the pod name, and the namespace. In our instance our nodes exist in different Kubernetes clusters, but have the same...
### Description of your changes Starts #66 This will allow the adopting of existing droplets into Crossplane so that users can bring their existing infra. I've also fixed the example...
### Description of your changes Adds DBClusters for #66 I have: - [x] Read and followed Crossplane's [contribution process]. - [x] Run `make reviewable test` to ensure this PR is...
### What problem are you facing? I'd like to adopt existing resources that I have already created in DigitalOcean. I'd also like the control to tell Crossplane to not manage...
### Description of your changes Adds the ability to create the Space resource which is an s3 bucket on DigitalOcean. Fixes https://github.com/crossplane-contrib/provider-digitalocean/issues/24 I have: - [x] Read and followed Crossplane's...
We need tests for the kubernetes controller, you can see how AWS is doing it [here](https://github.com/crossplane/provider-aws/blob/master/pkg/controller/database/rdsinstance_test.go) and use it as an example. We need to test for basic functionality such...
We need tests for the load balancer controller, you can see how AWS is doing it [here](https://github.com/crossplane/provider-aws/blob/master/pkg/controller/database/rdsinstance_test.go) and use it as an example. We need to test for basic functionality...