From a1e0233791267e85376a25c3868f2329f6234f23 Mon Sep 17 00:00:00 2001 From: Bert Blommers Date: Tue, 19 Oct 2021 20:34:55 +0000 Subject: [PATCH] #4442 - Fix link to IAM access control impl --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5549b4d6d..2e9797205 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ def test_my_model_save(): ## IAM-like Access Control -Moto also has the ability to authenticate and authorize actions, just like it's done by IAM in AWS. This functionality can be enabled by either setting the `INITIAL_NO_AUTH_ACTION_COUNT` environment variable or using the `set_initial_no_auth_action_count` decorator. Note that the current implementation is very basic, see [this file](https://github.com/spulec/moto/blob/master/moto/core/access_control.py) for more information. +Moto also has the ability to authenticate and authorize actions, just like it's done by IAM in AWS. This functionality can be enabled by either setting the `INITIAL_NO_AUTH_ACTION_COUNT` environment variable or using the `set_initial_no_auth_action_count` decorator. Note that the current implementation is very basic, see [this file](https://github.com/spulec/moto/blob/master/moto/iam/access_control.py) for more information. ### `INITIAL_NO_AUTH_ACTION_COUNT`