Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 36d2ee6b authored by Nicolas's avatar Nicolas
Browse files

feat: Secure GCP SA

parent d9c3ea6e
No related branches found
No related tags found
No related merge requests found
......@@ -205,6 +205,7 @@ destroy-psc:
EC_DNS_ZONE: $EC_DNS_ZONE
before_script:
- |
printenv
echo $GCP_SA | base64 -di > gcp-sa.json
gcloud auth activate-service-account --key-file gcp-sa.json
echo "Activate Service Account: OK"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment