Skip to content

Commit

Permalink
Modified configuration to include adding users to the teapot group.
Browse files Browse the repository at this point in the history
  • Loading branch information
vrbanecd committed Sep 9, 2024
1 parent 0e96793 commit 0c7359b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ user1 subclaim1
user2 subclaim2
```

All users must be added to the `teapot` group. This can be done by running
`usermod -a -G teapot $USERNAME`.

## System certificates

To run Teapot, OpenSSL certificates may need to be adjusted. To do this please
Expand Down

1 comment on commit 0c7359b

@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 20.153827s

Passed Tests

Name ⏱️ Duration Suite
GET USER1 9.596 s Teapot-Tests
GET USER2 9.547 s Teapot-Tests
GET NO TOKEN 0.014 s Teapot-Tests
GET INVALID TOKEN 0.044 s Teapot-Tests
PUT REQUEST INVALID TOKEN 0.012 s Teapot-Tests
PUT REQUEST NO TOKEN 0.013 s Teapot-Tests
PUT REQUEST USER1 0.143 s Teapot-Tests
PUT REQUEST USER2 0.092 s Teapot-Tests
GET FILE USER1 0.066 s Teapot-Tests
GET FILE USER2 0.062 s Teapot-Tests
GET FILE NO TOKEN 0.010 s Teapot-Tests
GET FILE INVALID TOKEN 0.010 s Teapot-Tests
DELETE REQUEST USER1 0.038 s Teapot-Tests
DELETE REQUEST USER2 0.044 s Teapot-Tests
DELETE REQUEST INVALID TOKEN 0.011 s Teapot-Tests
DELETE REQUEST NO TOKEN 0.011 s Teapot-Tests
GET USER1 EXTRA_AREA 0.043 s Teapot-Tests
GET USER2 EXTRA_AREA 0.044 s Teapot-Tests
GET NO TOKEN EXTRA_AREA 0.009 s Teapot-Tests
GET INVALID TOKEN EXTRA_AREA 0.010 s Teapot-Tests
PUT REQUEST INVALID TOKEN EXTRA_AREA 0.009 s Teapot-Tests
PUT REQUEST NO TOKEN EXTRA_AREA 0.009 s Teapot-Tests
PUT REQUEST USER1 EXTRA_AREA 0.044 s Teapot-Tests
PUT REQUEST USER2 EXTRA_AREA 0.038 s Teapot-Tests
GET FILE USER1 EXTRA_AREA 0.055 s Teapot-Tests
GET FILE USER2 EXTRA_AREA 0.059 s Teapot-Tests
GET FILE NO TOKEN EXTRA_AREA 0.010 s Teapot-Tests
GET FILE INVALID TOKEN EXTRA_AREA 0.009 s Teapot-Tests
DELETE REQUEST USER1 EXTRA_AREA 0.039 s Teapot-Tests
DELETE REQUEST USER2 EXTRA_AREA 0.042 s Teapot-Tests
DELETE REQUEST INVALID TOKEN EXTRA_AREA 0.010 s Teapot-Tests
DELETE REQUEST NO TOKEN EXTRA_AREA 0.010 s Teapot-Tests

Please sign in to comment.