#4442 - Fix link to IAM access control impl
This commit is contained in:
parent
9a55ed717f
commit
a1e0233791
@ -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`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user