#4442 - Fix link to IAM access control impl

This commit is contained in:
Bert Blommers 2021-10-19 20:34:55 +00:00 committed by GitHub
parent 9a55ed717f
commit a1e0233791
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -231,7 +231,7 @@ def test_my_model_save():
## IAM-like Access Control ## 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` ### `INITIAL_NO_AUTH_ACTION_COUNT`