From dd2ba4cd2ea7d8e9672e9aac55f98ce50d5a57df Mon Sep 17 00:00:00 2001 From: Gregor Noczinski Date: Tue, 27 Aug 2024 18:21:58 +0200 Subject: [PATCH] Changes --- doc/flows.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/flows.md b/doc/flows.md index 99f9d46..64f0d0d 100644 --- a/doc/flows.md +++ b/doc/flows.md @@ -20,10 +20,10 @@ flowchart TD 2. **`requirement`**: [Requirement](#requirement) -3. **`authorization`**: [Authorization](authorizations.md)
+3. **`authorization`**: [Authorization](authorizations.md) **Required**
Will be evaluated to ensure the requesting user is allowed to access [the environment of this flow](#environment). -4. **`environment`**: [Environment](environments.md)
+4. **`environment`**: [Environment](environments.md) **Required**
Once all requirements are fulfilled and the user is authorized successfully, he will execute into this [environment](environments.md). ### Example