Aaron Eaton

Results 14 issues of Aaron Eaton

### What problem are you facing? I am working with a terrajet provider based on [hashicorp/vault](https://registry.terraform.io/providers/hashicorp/vault/latest/docs). The `vault_generic_secret` resource requires that secret data be submitted as a json-formatted string. Currently,...

enhancement
help wanted
good first issue

### What happened? Crossplane error indicates it is attempting to write to the same secret for both MR and XR when External Secret Store is enabled. This seems to be...

bug

### What problem are you facing? Some Composite Resources define infrastructure that is meant to be shared with other teams. One example would be a message queue, another could be...

enhancement

### What happened? We attempted to implement `ExactlyOneOf` for a set of fields in our Resource. After `make generate`, both fields in the ExactlyOneOf list were marked as "required." We...

bug
wontfix

### What problem are you facing? The `vault_generic_secret` resource expects data to be formatted as JSON. It uses the Keys of this json to name secret fields when submitting to...

enhancement
wontfix

### What problem are you facing? We are attempting to set a custom application version and found that appVersion is not supported. ### How could Crossplane help solve your problem?...

enhancement

### What problem are you facing? `kubectl apply` supports applying remote manifests, such as manifests available on github. When an operator chooses to use an alpha or beta version of...

enhancement

### What problem are you facing? GKE is moving to a dedicated `gke-gcloud-auth-plugin` for cluster authentication. From the [announcement](https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke): > This new binary, gke-gcloud-auth-plugin, uses the [Kubernetes Client-go Credential Plugin](https://kubernetes.io/docs/reference/access-authn-authz/authentication/#client-go-credential-plugins)...

enhancement

### What problem are you facing? GKE is moving to a dedicated `gke-gcloud-auth-plugin` for cluster authentication. From the [announcement](https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke): > This new binary, gke-gcloud-auth-plugin, uses the [Kubernetes Client-go Credential Plugin](https://kubernetes.io/docs/reference/access-authn-authz/authentication/#client-go-credential-plugins)...

enhancement

### What problem are you facing? When we attempt to grant a ServiceAccount resource GKE Cluster Admin, we see the following error: ``` create failed: cannot set policy of CryptoKey:...

enhancement