-
User can handle databases secrets from others sources than kubernetes secret, like vault.
Most of the external credentials providers provides secrets to pods using sidecars + volume by writing secret…
-
```yaml
apiVersion: external-secrets.io/v1beta1
kind: SecretStore
metadata:
name: secretstore-example
namespace: app
spec:
provider:
vault:
auth:
kubernetes:
…
-
## Problem Statement
Terraform supports many different [expressions](https://www.terraform.io/docs/language/expressions/index.html) via HCL. Some expressions might be more commonly used (e.g. stati…
-
### Terraform, Provider, Kubernetes and Helm Versions
```
Terraform version:
Terraform v1.4.2
on windows_amd64
+ provider registry.terraform.io/gavinbunney/kubectl v1.14.0
+ provider registr…
-
### Terraform Version
```
Terraform v1.1.7
```
```
Terraform v1.1.0
```
```
Terraform v1.1.8
```
### Expected Behavior
Terraform installs all the providers during the `terraform init`.…
-
### Impacted tests
- TestAccComputeNetworkFirewallPolicyRule_multipleRules
### Affected Resource(s)
- google_compute_network_firewall_policy_rule
### Failure rates
- 100% since 2024…
-
### Terraform Core Version
1.9.5
### AWS Provider Version
5.67.0
### Affected Resource(s)
- aws_elasticache_cluster
- aws_elasticache_global_replication_group
- aws_elasticache_…
-
Could you please support /ui/nomad (instead just /ui). This helps proxy-ing the web console.
Both Consul and Vault already have this feature
* /ui/consul https://github.com/hashicorp/consul/issues/1…
-
I am trying to deploy a Hashicorp Vault container that uses Keeper as the backend.
When I try to register the plugin, I get this:
```
/vault/plugins # vault plugin register -sha256=84003377be76db…
-
Similar to the default support in the resource, https://developer.hashicorp.com/terraform/plugin/framework/resources/default
This is useful because some data sources may have more than one (`id`) a…