shpml
shpml
**What happened?**: On Aug 12th AEST my prometheus adapter pod was gracefully terminated. ``` "timestamp": "2022-08-11T17:47:01.987570641Z", "message": "\"[graceful-termination] shutdown event\" name=\"ShutdownInitiated\"" ``` This resulted in a pod restart and kubernetes...
The rule `ssl_required` located in `ScoutSuite/providers/gcp/rules/findings/cloudsql-instance-ssl-not-required.json` is not completely accurate. The enable ssl setting on GCP Cloud SQL is for forcing mutual TLS. The documentation was only recently updated to...
Is it possible to provide a pub/sub subscription id instead of a topic when configuring and event trigger? Right now for an `event` trigger type I specify a pub/sub [topic](https://www.serverless.com/framework/docs/providers/google/events/event)....
Is it possible to have a better way to manage OperatorConfig? Possibly with a config map or a custom resource similar to a `PodMonitoring` configuration. Manually editing the yaml as...
#### Overview of the Issue The `impersonate_service_account` configuration is no longer working in version 1.1.4. It seems to have been removed but there is no mention in the [releases](https://github.com/hashicorp/packer-plugin-googlecompute/releases/tag/v1.1.4) page,...
I have a before hook that runs a shell script to refresh my GCP token. ```hcl before_hook "before_hook" { commands = ["apply", "plan", "init", "refresh"] execute = ["bash", "${get_parent_terragrunt_dir()}/../.scripts/gcp_auto_reauth.sh"] }...