-
Updated
Jun 2, 2022 - Go
gcp
Google Cloud Platform, offered by Google, is a suite of cloud computing services. Google Cloud Platform provides Infrastructure as a Service, Platform as a Service, and Serverless Computing environments. Alongside a set of management tools, it provides a series of modular cloud services including computing, data storage, data analytics and machine learning.
Here are 3,099 public repositories matching this topic...
-
Updated
May 26, 2022 - Go
-
Updated
Jun 1, 2022 - Go
When setting INFRACOST_CURRENCY=EUR the format of the currency values is not correct.
Current Format
- Example in USD $3,938.10
- Example in EUR €3,736.11
Expected format
- Example in EUR: 3.736,11€
To make it as flexible as possible, it would be helpfull do define an addition environment variable to define the logic like
- EUR: XXX.XXX,00
- USD: XXX,XXX.00
USD can be
What would you like to be added:
Currently there is the option to configure a --annotation-filter and a --source filter [0]. Since Kubernetes 1.19 the Ingress Resource was promoted to GA and got a new ingressClassName field.
I'd like to have a opti
Fix ESLint warnings
Describe the issue
On GCP if you apply a role via a policy that is applied none of the checks are performed. The example below should pass CKV_GCP_48 and fail CKV_GCP_44 (with my variables) but when checkov is run, no checks are run, pass or fail.
Examples\
data "google_iam_policy" "folder" {
binding {
role = "roles/owner"
members = var.a
-
Updated
Jun 1, 2022 - Python
The https://github.com/nccgroup/ScoutSuite/blob/master/ScoutSuite/providers/gcp/rules/findings/iam-lack-of-service-account-key-rotation.json finding should only flag USER_MANAGED keys (https://cloud.google.com/iam/docs/reference/rest/v1/projects.serviceAccounts.keys), as SYSTEM_MANAGED keys are "managed and rotated by Google"
-
Updated
Mar 9, 2022 - JavaScript
Is your feature request related to a problem? Please describe.
When using the Connector field type there's no way to set or display an image for each list item.
Describe the solution you'd like
An optional input field to add an image URL.
Describe alternatives you've considered
N/A
Additional context
N/A
-
Updated
Mar 23, 2022
-
Updated
May 30, 2022 - Go
-
Updated
May 25, 2022
-
Updated
May 31, 2022
-
Updated
May 25, 2022 - Go
Say Hi on Discord!
Join our new Discord Channel to say Hi and get live support from the team or from the community.
-
Updated
Jun 2, 2022 - Go
The functions in this file should be factored out to a separate utility lib as they are reused in bitcoin-etl https://github.com/blockchain-etl/ethereum-etl/blob/develop/ethereumetl/misc_utils.py
-
Updated
May 31, 2022 - TypeScript
-
Updated
May 24, 2022 - Rust
-
Updated
Sep 29, 2020 - Python
-
Updated
Dec 17, 2021 - Python
-
Updated
Jun 1, 2022 - Shell
-
Updated
Apr 12, 2020 - Java
-
Updated
Oct 29, 2021 - Go
-
Updated
May 27, 2022 - TypeScript
Released April 7, 2008
- Organization
- GoogleCloudPlatform
- Website
- cloud.google.com
- Wikipedia
- Wikipedia

Small feature request. I am using helmfile for the deployment of our k8s infrastructure and wanted to use sops for encryption of secrets. I need to use the --keyservice but as I am calling sops inside a wrapper (helmfile) of a wrapper (helm secrets) I cannot pass this variable to sops in a clean way.
Could you provide an alternative way to provide this option to sops in the .sops.conf and/or i