From 87b3004057c90374d2637933cd012572eff666e7 Mon Sep 17 00:00:00 2001 From: inFame Date: Tue, 27 Sep 2022 08:17:17 +1000 Subject: [PATCH] Admin: Fix documentation link (#5491) --- docs/docs/iam.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/iam.rst b/docs/docs/iam.rst index 1aab29e43..b2e65158e 100644 --- a/docs/docs/iam.rst +++ b/docs/docs/iam.rst @@ -4,7 +4,7 @@ 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 `the source code `_ 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 `the source code `_ for more information. `INITIAL_NO_AUTH_ACTION_COUNT` ------------------------------ @@ -44,4 +44,4 @@ This is a decorator that works similarly to the environment variable, but the se assert len(instances) == 0 -See `the related test suite `_ for more examples. \ No newline at end of file +See `the related test suite `_ for more examples.