GoogleCloudPlatform / pubsec-declarative-toolkit

The GCP PubSec Declarative Toolkit is a collection of declarative solutions to help you on your Journey to Google Cloud. Solutions are designed using Config Connector and deployed using Config Controller.
Apache License 2.0
32 stars 28 forks source link

Make setup-kcc.sh 755 executable and/or adjust readme in ssc-spc-ccoe-cei/gcp-tools/blob/main/scripts/bootstrap #536

Open obriensystems opened 1 year ago

obriensystems commented 1 year ago

Make setup-kcc.sh 755 executable and/or adjust readme shadow https://github.com/ssc-spc-ccoe-cei/gcp-tools/issues/48

see https://github.com/ssc-spc-ccoe-cei/gcp-tools/blob/main/scripts/bootstrap/setup-kcc.sh

   chmod 777 setup-kcc.sh 
   ./setup-kcc.sh -af kcc.env

part of #534

fmichaelobrien commented 1 year ago

fix 755 shadow https://github.com/ssc-spc-ccoe-cei/gcp-tools/issues/48

michael@cloudshell:~/_t (duet-ai-old)$ git clone https://github.com/ssc-spc-ccoe-cei/gcp-tools.git
Cloning into 'gcp-tools'...
remote: Enumerating objects: 337, done.
remote: Counting objects: 100% (192/192), done.
remote: Compressing objects: 100% (147/147), done.
remote: Total 337 (delta 88), reused 84 (delta 37), pack-reused 145
Receiving objects: 100% (337/337), 1.56 MiB | 19.76 MiB/s, done.
Resolving deltas: 100% (115/115), done.
michael@cloudshell:~/_t (duet-ai-old)$ cd gcp-tools/
devcontainer/     .git/             .github/          pipeline-samples/ scripts/          
michael@cloudshell:~/_t (duet-ai-old)$ cd gcp-tools/scripts/bootstrap/
michael@cloudshell:~/_t/gcp-tools/scripts/bootstrap (duet-ai-old)$ ls
configure-kcc-access.sh  README.md  setup-kcc.sh
michael@cloudshell:~/_t/gcp-tools/scripts/bootstrap (duet-ai-old)$ ls -la
total 28
drwxr-xr-x 2 michael michael 4096 Oct  1 22:40 .
drwxr-xr-x 6 michael michael 4096 Oct  1 22:40 ..
-rw-r--r-- 1 michael michael 2043 Oct  1 22:40 configure-kcc-access.sh
-rw-r--r-- 1 michael michael  726 Oct  1 22:40 .env.sample
-rw-r--r-- 1 michael michael 2993 Oct  1 22:40 README.md
-rw-r--r-- 1 michael michael 8151 Oct  1 22:40 setup-kcc.sh
michael@cloudshell:~/_t/gcp-tools/scripts/bootstrap (duet-ai-old)$ chmod 755 setup-kcc.sh 
michael@cloudshell:~/_t/gcp-tools/scripts/bootstrap (duet-ai-old)$ ls -la
total 28
drwxr-xr-x 2 michael michael 4096 Oct  1 22:40 .
drwxr-xr-x 6 michael michael 4096 Oct  1 22:40 ..
-rw-r--r-- 1 michael michael 2043 Oct  1 22:40 configure-kcc-access.sh
-rw-r--r-- 1 michael michael  726 Oct  1 22:40 .env.sample
-rw-r--r-- 1 michael michael 2993 Oct  1 22:40 README.md
-rwxr-xr-x 1 michael michael 8151 Oct  1 22:40 setup-kcc.sh
obriensystems commented 1 year ago

see PR https://github.com/ssc-spc-ccoe-cei/gcp-tools/pull/59