mirror of
https://github.com/rssnyder/harness-infra
synced 2026-06-30 16:40:30 -05:00
No description
- HCL 99%
- Shell 0.9%
| .harness | ||
| iacm/plugins | ||
| idp | ||
| terraform | ||
| tf_local | ||
| .gitignore | ||
| README.md | ||
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