-
Updated
Aug 21, 2020 - Python
iam
Here are 419 public repositories matching this topic...
-
Updated
Aug 13, 2020 - Shell
-
Updated
Aug 22, 2020 - Go
-
Updated
Aug 11, 2020 - Go
This would be really useful for users who are getting the hang of this.
-
Updated
Jun 21, 2019 - TypeScript
-
Updated
Jul 13, 2020 - Shell
-
Updated
Feb 15, 2020 - Java
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
Aug 18, 2020 - HCL
#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
May 28, 2020
-
Updated
Jul 27, 2020 - Python
-
Updated
Aug 2, 2020 - Go
-
Updated
Aug 2, 2020 - Go
-
Updated
Aug 6, 2020 - Python
-
Updated
Aug 15, 2020 - Python
-
Updated
Feb 10, 2020 - Python
-
Updated
Jul 16, 2018
-
Updated
Aug 21, 2020 - Java
-
Updated
Aug 20, 2020 - PHP
-
Updated
May 10, 2019 - Python
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.