Skip to content

Commit

Permalink
reworded the description to omit $User
Browse files Browse the repository at this point in the history
  • Loading branch information
vrbanecd committed Dec 3, 2024
1 parent cd1b1fa commit f044e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/storage_authorizations
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
actions:
- all
effect: permit
description: Grant complete access to user $USER in the $storage_area area
description: Grant complete access to the user in the $storage_area area
paths:
- /**
principals:
Expand Down

1 comment on commit f044e5b

@vrbanecd
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
32 0 0 32 100 19.382099s

Passed Tests

Name ⏱️ Duration Suite
GET USER1 9.629 s Teapot-Tests
GET USER2 8.757 s Teapot-Tests
GET NO TOKEN 0.014 s Teapot-Tests
GET INVALID TOKEN 0.043 s Teapot-Tests
PUT REQUEST INVALID TOKEN 0.013 s Teapot-Tests
PUT REQUEST NO TOKEN 0.014 s Teapot-Tests
PUT REQUEST USER1 0.100 s Teapot-Tests
PUT REQUEST USER2 0.084 s Teapot-Tests
GET FILE USER1 0.081 s Teapot-Tests
GET FILE USER2 0.079 s Teapot-Tests
GET FILE NO TOKEN 0.009 s Teapot-Tests
GET FILE INVALID TOKEN 0.009 s Teapot-Tests
DELETE REQUEST USER1 0.043 s Teapot-Tests
DELETE REQUEST USER2 0.045 s Teapot-Tests
DELETE REQUEST INVALID TOKEN 0.012 s Teapot-Tests
DELETE REQUEST NO TOKEN 0.010 s Teapot-Tests
GET USER1 EXTRA_AREA 0.046 s Teapot-Tests
GET USER2 EXTRA_AREA 0.047 s Teapot-Tests
GET NO TOKEN EXTRA_AREA 0.013 s Teapot-Tests
GET INVALID TOKEN EXTRA_AREA 0.012 s Teapot-Tests
PUT REQUEST INVALID TOKEN EXTRA_AREA 0.012 s Teapot-Tests
PUT REQUEST NO TOKEN EXTRA_AREA 0.010 s Teapot-Tests
PUT REQUEST USER1 EXTRA_AREA 0.035 s Teapot-Tests
PUT REQUEST USER2 EXTRA_AREA 0.035 s Teapot-Tests
GET FILE USER1 EXTRA_AREA 0.054 s Teapot-Tests
GET FILE USER2 EXTRA_AREA 0.055 s Teapot-Tests
GET FILE NO TOKEN EXTRA_AREA 0.009 s Teapot-Tests
GET FILE INVALID TOKEN EXTRA_AREA 0.009 s Teapot-Tests
DELETE REQUEST USER1 EXTRA_AREA 0.052 s Teapot-Tests
DELETE REQUEST USER2 EXTRA_AREA 0.036 s Teapot-Tests
DELETE REQUEST INVALID TOKEN EXTRA_AREA 0.009 s Teapot-Tests
DELETE REQUEST NO TOKEN EXTRA_AREA 0.008 s Teapot-Tests

Please sign in to comment.