woj sierak

Results 3 comments of woj sierak

This can be controlled by the param mount_point as in the example here: https://github.com/kr1sp1n/node-vault/blob/70097269d35a58bb560b5290190093def96c87b1/example/auth_kubernetes.js#L17 The other issue I have is that I would like to add a namespace to the...

ok it looks like support for namespaces have been added already: https://github.com/kr1sp1n/node-vault/pull/137

"cloudflare_worker_route" resource used to have property `enabled` which seems to be gone now: ```hcl resource "cloudflare_worker_route" "catch_all_route" { zone = "${var.zone}" pattern = "*${var.zone}/*" enabled = true depends_on = ["cloudflare_worker_script.main_script"]...