Skip to content

Commit

Permalink
Add a test user to all sites (#1257)
Browse files Browse the repository at this point in the history
* Add a test user to all sites

* Add changelog
  • Loading branch information
Daniel-WWU-IT authored Nov 9, 2020
1 parent 963327d commit 95fe39b
Show file tree
Hide file tree
Showing 8 changed files with 82 additions and 0 deletions.
5 changes: 5 additions & 0 deletions changelog/unreleased/add-test-user.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Enhancement: Add a test user to all sites

For health monitoring of all mesh sites, we need a special user account that is present on every site. This PR adds such a user to each users-*.json file so that every site will have the same test user credentials.

https://github.com/cs3org/reva/pull/1257
11 changes: 11 additions & 0 deletions examples/ocm-partners/users-ailleron.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,16 @@
"mail": "[email protected]",
"display_name": "Dawid",
"groups": ["quantum-lovers", "philosophy-haters", "physics-lovers"]
},
{
"id": {
"opaque_id": "test4242",
"idp": "softwaremind.com"
},
"username": "test",
"secret": "testpass",
"mail": "[email protected]",
"display_name": "Testuser",
"groups": ["test-lovers", "bug-haters", "ai-lovers"]
}
]
11 changes: 11 additions & 0 deletions examples/ocm-partners/users-cern.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,16 @@
"mail": "[email protected]",
"display_name": "Samuel Alfageme Sainz",
"groups": ["quantum-lovers", "philosophy-haters", "physics-lovers"]
},
{
"id": {
"opaque_id": "test4242",
"idp": "cern.ch"
},
"username": "test",
"secret": "testpass",
"mail": "[email protected]",
"display_name": "Testuser",
"groups": ["test-lovers", "bug-haters", "ai-lovers"]
}
]
11 changes: 11 additions & 0 deletions examples/ocm-partners/users-cesnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,16 @@
"mail": "[email protected]",
"display_name": "Milan",
"groups": ["radium-lovers", "polonium-lovers", "physics-lovers"]
},
{
"id": {
"opaque_id": "test4242",
"idp": "cesnet.cz"
},
"username": "test",
"secret": "testpass",
"mail": "[email protected]",
"display_name": "Testuser",
"groups": ["test-lovers", "bug-haters", "ai-lovers"]
}
]
11 changes: 11 additions & 0 deletions examples/ocm-partners/users-cubbit.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,16 @@
"mail": "[email protected]",
"display_name": "Lorenzo",
"groups": ["radium-lovers", "polonium-lovers", "physics-lovers"]
},
{
"id": {
"opaque_id": "test4242",
"idp": "cubbit.io"
},
"username": "test",
"secret": "testpass",
"mail": "[email protected]",
"display_name": "Testuser",
"groups": ["test-lovers", "bug-haters", "ai-lovers"]
}
]
11 changes: 11 additions & 0 deletions examples/ocm-partners/users-surfsara.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,16 @@
"mail": "[email protected]",
"display_name": "Antoon",
"groups": ["radium-lovers", "polonium-lovers", "physics-lovers"]
},
{
"id": {
"opaque_id": "test4242",
"idp": "surfsara.nl"
},
"username": "test",
"secret": "testpass",
"mail": "[email protected]",
"display_name": "Testuser",
"groups": ["test-lovers", "bug-haters", "ai-lovers"]
}
]
11 changes: 11 additions & 0 deletions examples/ocm-partners/users-switch.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,16 @@
"mail": "[email protected]",
"display_name": "Urs Schmid",
"groups": ["quantum-lovers", "philosophy-haters", "physics-lovers"]
},
{
"id": {
"opaque_id": "test4242",
"idp": "switch.ch"
},
"username": "test",
"secret": "testpass",
"mail": "[email protected]",
"display_name": "Testuser",
"groups": ["test-lovers", "bug-haters", "ai-lovers"]
}
]
11 changes: 11 additions & 0 deletions examples/ocm-partners/users-wwu.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,16 @@
"mail": "[email protected]",
"display_name": "Daniel",
"groups": ["radium-lovers", "polonium-lovers", "physics-lovers"]
},
{
"id": {
"opaque_id": "test4242",
"idp": "uni-muenster.de"
},
"username": "test",
"secret": "testpass",
"mail": "[email protected]",
"display_name": "Testuser",
"groups": ["test-lovers", "bug-haters", "ai-lovers"]
}
]

0 comments on commit 95fe39b

Please sign in to comment.