-
Updated
Feb 13, 2021 - Python
iam
Here are 497 public repositories matching this topic...
-
Updated
Feb 12, 2021 - Shell
-
Updated
Dec 18, 2020 - Go
-
Updated
Feb 17, 2021 - Go
This would be really useful for users who are getting the hang of this.
-
Updated
Feb 18, 2021 - JavaScript
-
Updated
Jun 21, 2019 - TypeScript
-
Updated
Jan 27, 2021 - Java
-
Updated
Sep 25, 2020 - Shell
Gotta make sure this tool works across multiple operating systems and Python versions. The biggest concern is the graph file-storage, since that's OS-specific code and I could only test against Ubuntu 16.
Principal Mapper needs to be tested on the following operating systems and Python versions (but not all combinations of which):
Python
- Python 3.6
- Python 3.7
Operati
-
Updated
Jan 24, 2021 - Java
#22 introduced a feature to guess actions that are similar to an existing policy. It currently doesn't support all actions.
Here's things I currently know are missing (comment if you find more):
- KMS:
Encrypt,Decrypt,GenerateDataKey, ... - ECR:
BatchDeleteImage,BatchGetImage, ... -
*Deregister* -
*Modify* -
*Remove* - API Gateway: (
DELETE,
-
Updated
Feb 17, 2021 - HCL
-
Updated
Nov 27, 2020 - Python
-
Updated
Feb 10, 2021 - Python
-
Updated
Feb 6, 2021 - Go
-
Updated
May 28, 2020
-
Updated
Jan 21, 2021 - Python
-
Updated
Sep 23, 2020 - Go
-
Updated
Feb 15, 2021 - Python
-
Updated
Feb 17, 2021 - C#
Improve this page
Add a description, image, and links to the iam topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the iam topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
As observed during #261, users can accidentally set timeouts inconsistently. A concrete example is that one can set a User facing timeout lower than any backend timeout, such that requests may fail early.
Describe the solution you'd like
We should provide some sanity checking to prevent unintended timeout behavior.