No description
  • HCL 99%
  • Shell 0.9%
Find a file
2024-08-13 18:16:08 -06:00
.harness Update pipeline harness as code 2024-01-26 21:17:45 +00:00
iacm/plugins Update Dockerfile 2024-08-13 18:16:08 -06:00
idp Update project.yaml 2024-06-25 16:08:38 -05:00
terraform remove eks; add local; gh pats 2024-07-09 09:41:43 -05:00
tf_local remove eks; add local; gh pats 2024-07-09 09:41:43 -05:00
.gitignore add azure config back 2024-02-07 15:46:34 -06:00
README.md katchup from may days in the dark 2024-05-20 16:21:51 -05:00

harness-infra

things i need to experiment with the platform

tagging policy

curl --header 'Connection: keep-alive' \
     --header 'Pragma: no-cache' \
     --header 'Cache-Control: no-cache' \
     --header 'Accept: */*' \
     --header 'Referer: https://awspolicygen.s3.amazonaws.com/policygen.html' \
     --header 'Accept-Language: en-US,en;q=0.9' \
     --silent \
     --compressed \
     'https://awspolicygen.s3.amazonaws.com/js/policies.js' |
    cut -d= -f2 |
    jq -r '.serviceMap[] | .StringPrefix as $prefix | .Actions[] | "\($prefix):\(.)"' |
    sort |
    uniq | grep Tag > iam_tagging_actions.txt