Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion utils/update_iam_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def get_links_from_base_actions_resources_conditions_page():
"""Gets the links from the actions, resources, and conditions keys page, and returns their filenames."""

headers = {
'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'
'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'
}
html = requests.get(BASE_DOCUMENTATION_URL, headers=headers)
soup = BeautifulSoup(html.content, "html.parser")
Expand Down