Skip to content
#

infrastructure-as-code

Here are 1,023 public repositories matching this topic...

damonmaria
damonmaria commented Feb 12, 2021

JobDefinition.buildJobContainer() explicitly only renders devices from container.linuxParams, omitting all other parameters.

The implementation for JobDefinition makes it seem like this is intentional.

Reproduction Steps

new JobDefinition(this, 'jobDef', {
    container: {
        linuxParams: new LinuxParameters(this, 'linuxParams', {
          sharedMemory
infracost
krathow
krathow commented Dec 9, 2020

Describe the bug
CKV_GCP_14 requires a backup configuration, but it does not take into consideration read replicas.
A read replica cannot have backup enabled in GCP.

To Reproduce
Steps to reproduce the behavior:

  1. Create a google_sql_database_instance with master_instance_name and replica_configuration
  2. Chekov will pop up error CKV_GCP_14

Expected behavior
Read replicas

terrascan
williepaul
williepaul commented Jan 15, 2021
  • terrascan version: 1.2
  • Operating System: all

Description

When scanning a repo, if the severity field is not all caps (HIGH|MEDIUM|LOW), when violations are output, the color of the severity field does not show up. The compare should be case-insensitive, OR we can normalize the severity field.

What I Did

terrascan scan -d [dir]
pwillis-els
pwillis-els commented Feb 18, 2021

I typoed my AWS_PROFILE name, so copilot init died, but it wasn't immediately obvious from the below output.

My suggestion is less of the debugging verbiage (unless the user requests it with --debug / --verbose) and more human friendly guidance like, "No valid AWS credentials found. Please read this doc <link to AWS credentials docs> to learn how to configure credentials."

$
anguslees
anguslees commented Mar 21, 2018

Garbage collection works by listing everything with the gc-tag. In a busy cluster, we really want that filter to happen server-side and ideally using an index of some sort.

That means we should use a Kubernetes label, not an annotation.

I think this will require a two-step migration plan (write both but continue to read annotation; release; drop support for annotation; release).

Improve this page

Add a description, image, and links to the infrastructure-as-code topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the infrastructure-as-code topic, visit your repo's landing page and select "manage topics."

Learn more