Jesse Quinn

Results 51 comments of Jesse Quinn

you can check out my Fork. I have added it.

Let me confirm. As i remember ONLY seeing the logs of stunnel and nothing from Redis.

@MakoWish i am in the same boat. I cannot get conditional testing with boolean field to work!!! Is there an update on this? i am using 7.6.2.

> @finkr how do you get LVM information via node_exporter at all? > I cannot get any information about LVM mounts at all, while you mention that the information you...

> did you try with the branch https://github.com/nccgroup/ScoutSuite/tree/develop-with-gcp-enhancements-pre-release ? no, i just saw that myself. I'll have my guys try it. Thanks.

issue still persists after pre_tasks set to the above make sure you have ACL package installed https://github.com/georchestra/ansible/issues/55

i see a PR #93 from @vigohe however, that has not been put in a release correct?

@vigohe why was the PR closed? It wasn't merged.

@vigohe I tested your code: ``` astarte-operator-crd-1 = { yaml_body = file("assets/kubernetes/astarte-operator/api.astarte-platform.org_astartes_crd.yaml") force_new = false force_replace = true wait = false wait_for_rollout = true } ``` and i received the...

@vigohe ``` provider "kubectl" { apply_retry_count = 15 load_config_file = false host = module.kubernetes.cluster_endpoint token = data.google_client_config.current.access_token client_certificate = base64decode(module.kubernetes.cluster_client_certificate) client_key = base64decode(module.kubernetes.cluster_client_key) cluster_ca_certificate = base64decode(module.kubernetes.cluster_cluster_ca_certificate) } I am unaware...