Update docs/auth/service-to-service-auth.md

Co-authored-by: Vincenzo Scamporlino <vincenzos@spotify.com>
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-06-05 13:37:22 +02:00
committed by GitHub
parent 904c9bdb22
commit f6d9a5f728
+3 -1
View File
@@ -347,5 +347,7 @@ Each entry has one or more of the following fields:
- plugin: my-plugin
permissionAttribute:
# updates and deletes will be rejected
action: create, read
action:
- create
- read
```