Projects STRLCPY wrongsecrets Commits 181404c7
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    Dockerfile.web
    1  -FROM jeroenwillemsen/wrongsecrets:okteto1-no-vault
     1 +FROM jeroenwillemsen/wrongsecrets:1.5.3RC1-no-vault
    2 2   
    3 3  ARG argBasedVersion="1.5.3RC1"
    4 4  ARG CANARY_URLS="http://canarytokens.com/terms/about/s7cfbdakys13246ewd8ivuvku/post.jsp,http://canarytokens.com/terms/about/y0all60b627gzp19ahqh7rl6j/post.jsp"
    skipped 28 lines
  • ■ ■ ■ ■ ■ ■
    azure/k8s-vault-azure-start.sh
    skipped 52 lines
    53 53  source ../scripts/install-vault.sh
    54 54   
    55 55  echo "Add secrets manager driver to repo"
    56  -helm repo add csi-secrets-store-provider-azure https://raw.githubusercontent.com/Azure/secrets-store-csi-driver-provider-azure/master/charts
     56 +helm repo add csi-secrets-store-provider-azure https://azure.github.io/secrets-store-csi-driver-provider-azure/charts
    57 57   
    58 58  helm list --namespace kube-system | grep 'csi-secrets-store' &>/dev/null
    59 59  if [ $? == 0 ]; then
    60 60   echo "CSI driver is already installed"
    61 61  else
    62 62   echo "Installing CSI driver"
    63  - helm install -n kube-system csi csi-secrets-store-provider-azure/csi-secrets-store-provider-azure
     63 + helm install csi csi-secrets-store-provider-azure/csi-secrets-store-provider-azure
    64 64  fi
    65 65   
    66 66  echo "Add Azure pod identity to repo"
    skipped 33 lines
  • ■ ■ ■ ■
    gcp/README.md
    skipped 19 lines
    20 20   
    21 21  If you want to host a multi-user setup, you will probably want to share the state file so that everyone can try related challenges. We have provided a starter to easily do so using a Terraform gcs backend.
    22 22   
    23  -First, create an s3 bucket:
     23 +First, create an storage bucket:
    24 24   
    25 25  1. Navigate to the 'shared-state' directory `cd shared-state`
    26 26  2. Change the `project_id` in the `terraform.tfvars` file to your project id
    skipped 56 lines
Please wait...
Page is in error, reload to recover