You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pocs/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,9 @@ want to share the endpoint to allow others to evaluate it by making GraphQL requ
14
14
15
15
The most simple (but somewhat risky) approach is to share the account's apikey (`stepzen whoami --apikey`).
16
16
17
-
The disadvantage with this is the admin key grants access to all endpoints within an account.
18
-
Thus if you are working on different PoCs, by providing access to one you provide access to all
19
-
which could leak information between different departments or clients.
17
+
> [!WARNING]
18
+
> The admin key grants access to all endpoints within an account. Thus if you are working on different PoCs, by providing access to one you provide access to all
19
+
> which could leak information between different departments or clients.
0 commit comments