Projects STRLCPY wrongsecrets Commits 3989ba5a
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    Dockerfile.web
    1  -FROM jeroenwillemsen/wrongsecrets:ctfdtest12-no-vault
     1 +FROM jeroenwillemsen/wrongsecrets:lcmtest1-no-vault
    2 2   
    3 3  ARG argBasedVersion="1.4.7"
    4 4  ARG CANARY_URLS="http://canarytokens.com/terms/about/s7cfbdakys13246ewd8ivuvku/post.jsp,http://canarytokens.com/terms/about/y0all60b627gzp19ahqh7rl6j/post.jsp"
    skipped 13 lines
  • ■ ■ ■ ■
    aws/k8s/secret-challenge-vault-deployment.yml
    skipped 36 lines
    37 37   volumeAttributes:
    38 38   secretProviderClass: "wrongsecrets-aws-secretsmanager"
    39 39   containers:
    40  - - image: jeroenwillemsen/wrongsecrets:1.4.7-k8s-vault
     40 + - image: jeroenwillemsen/wrongsecrets:lcmtest1-k8s-vault
    41 41   imagePullPolicy: IfNotPresent
    42 42   ports:
    43 43   - containerPort: 8080
    skipped 31 lines
  • ■ ■ ■ ■
    azure/k8s/secret-challenge-vault-deployment.yml.tpl
    skipped 34 lines
    35 35   volumeAttributes:
    36 36   secretProviderClass: "azure-wrongsecrets-vault"
    37 37   containers:
    38  - - image: jeroenwillemsen/wrongsecrets:1.4.7-k8s-vault
     38 + - image: jeroenwillemsen/wrongsecrets:lcmtest1-k8s-vault
    39 39   imagePullPolicy: IfNotPresent
    40 40   ports:
    41 41   - containerPort: 8080
    skipped 36 lines
  • ■ ■ ■ ■
    gcp/k8s/secret-challenge-vault-deployment.yml.tpl
    skipped 36 lines
    37 37   volumeAttributes:
    38 38   secretProviderClass: "wrongsecrets-gcp-secretsmanager"
    39 39   containers:
    40  - - image: jeroenwillemsen/wrongsecrets:1.4.6-k8s-vault
     40 + - image: jeroenwillemsen/wrongsecrets:lcmtest1-k8s-vault
    41 41   imagePullPolicy: IfNotPresent
    42 42   ports:
    43 43   - containerPort: 8080
    skipped 33 lines
  • ■ ■ ■ ■ ■
    gcp/k8s-vault-gcp-start.sh
    skipped 10 lines
    11 11  echo "This script is based on the steps defined in https://learn.hashicorp.com/tutorials/vault/kubernetes-minikube. Vault is awesome!"
    12 12   
    13 13  export GCP_PROJECT=$(gcloud config list --format 'value(core.project)' 2>/dev/null)
     14 +export USE_GKE_GCLOUD_AUTH_PLUGIN=True
    14 15   
    15 16  kubectl get configmaps | grep 'secrets-file' &>/dev/null
    16 17  if [ $? == 0 ]; then
    skipped 57 lines
  • ■ ■ ■ ■ ■
    gcp/versions.tf
    1 1  terraform {
    2  - required_version = ">= 0.14.0"
     2 + required_version = ">= 1.0.0"
    3 3   
    4 4   required_providers {
    5 5   google = {
    skipped 7 lines
    13 13   local = ">= 1.4"
    14 14   random = ">= 2.1"
    15 15   kubernetes = ">= 1.11"
    16  - shell = {
    17  - source = "scottwinkler/shell"
    18  - version = "1.7.7"
    19  - }
    20 16   }
    21 17   
    22 18   # For shared state:
    skipped 8 lines
  • ■ ■ ■ ■
    k8s/secret-challenge-deployment.yml
    skipped 27 lines
    28 28   runAsGroup: 2000
    29 29   fsGroup: 2000
    30 30   containers:
    31  - - image: jeroenwillemsen/wrongsecrets:1.4.7-no-vault
     31 + - image: jeroenwillemsen/wrongsecrets:lcmtest1-no-vault
    32 32   imagePullPolicy: IfNotPresent
    33 33   ports:
    34 34   - containerPort: 8080
    skipped 23 lines
  • ■ ■ ■ ■
    k8s/secret-challenge-vault-deployment.yml
    skipped 29 lines
    30 30   runAsNonRoot: true
    31 31   serviceAccountName: vault
    32 32   containers:
    33  - - image: jeroenwillemsen/wrongsecrets:1.4.7-k8s-vault
     33 + - image: jeroenwillemsen/wrongsecrets:lcmtest1-k8s-vault
    34 34   imagePullPolicy: IfNotPresent
    35 35   ports:
    36 36   - containerPort: 8080
    skipped 27 lines
Please wait...
Page is in error, reload to recover