Jan Willies
Jan Willies
I'm using `rabbitmq-3.6.6` (from dockerhub) with the following plugins: ``` autocluster-0.6.1.ez (from master) rabbitmq_aws-0.1.3.ez (from master) prometheus-3.0.1.ez prometheus_process_collector-1.0.0.ez prometheus_rabbitmq_exporter-v3.6.5.6.ez ``` As soon as I hit `/api/metrics` rabbitmq segfaults. Platform is...
Signed-off-by: Jan Willies ### Description of your changes Add dependabot for dependency management I have: - [x] Read and followed Crossplane's [contribution process]. - [x] Run `make reviewable test` to...
### What problem are you facing? `provider-gitlab` does not have support for [sharing groups with other groups](https://docs.gitlab.com/ee/user/group/manage.html#share-a-group-with-another-group) ### How could Crossplane help solve your problem? Implement the [group share](https://docs.gitlab.com/ee/api/groups.html#share-groups-with-groups) resource
### What problem are you facing? We are currently using version [v0.50.0](https://github.com/crossplane-contrib/provider-gitlab/blob/master/go.mod#L10) of the xanzy/go-gitlab sdk, which is quite dated by now ### How could Crossplane help solve your problem?...
### What problem are you facing? provider-gitlab does not have support for gitlab [deploy keys](https://docs.gitlab.com/ee/user/project/deploy_keys/) resource ### How could Crossplane help solve your problem? Implement https://docs.gitlab.com/ee/api/deploy_keys.html resource.
### What problem are you facing? As a follow up to https://github.com/crossplane/crossplane-runtime/issues/315 and https://github.com/crossplane/crossplane/issues/2366, we would like to have AWS Secrets Manager as an ESS (External Secret Store) ### How...
### What happened? I'm trying to create a default config from the types in [vcluster-config repo](https://github.com/loft-sh/vcluster-config) and then installing a vcluster helm chart with the resulting `values.yaml`. Works fine if...