Projects STRLCPY wrongsecrets Commits 3820b542
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    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
Please wait...
Page is in error, reload to recover