https://github.com/rssnyder/harness-infra
https://github.com/rssnyder/harness-infra
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rssnyder/harness-infra
- Owner: rssnyder
- Created: 2022-09-22T20:10:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T00:16:08.000Z (almost 2 years ago)
- Last Synced: 2025-01-28T12:39:46.632Z (over 1 year ago)
- Language: HCL
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```