Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a test user to all sites #1257

Merged
merged 2 commits into from
Nov 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "dawid@softwaremind.com",
"display_name": "Dawid",
"groups": ["quantum-lovers", "philosophy-haters", "physics-lovers"]
},
{
"id": {
"opaque_id": "test4242",
"idp": "softwaremind.com"
},
"username": "test",
"secret": "testpass",
"mail": "test42@softwaremind.com",
"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": "samuel@cern.ch",
"display_name": "Samuel Alfageme Sainz",
"groups": ["quantum-lovers", "philosophy-haters", "physics-lovers"]
},
{
"id": {
"opaque_id": "test4242",
"idp": "cern.ch"
},
"username": "test",
"secret": "testpass",
"mail": "test42@cern.ch",
"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": "milan@cesnet.cz",
"display_name": "Milan",
"groups": ["radium-lovers", "polonium-lovers", "physics-lovers"]
},
{
"id": {
"opaque_id": "test4242",
"idp": "cesnet.cz"
},
"username": "test",
"secret": "testpass",
"mail": "test42@cesnet.cz",
"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": "lorenzo@cubbit.io",
"display_name": "Lorenzo",
"groups": ["radium-lovers", "polonium-lovers", "physics-lovers"]
},
{
"id": {
"opaque_id": "test4242",
"idp": "cubbit.io"
},
"username": "test",
"secret": "testpass",
"mail": "test42@cubbit.io",
"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": "antoon@surfsara.nl",
"display_name": "Antoon",
"groups": ["radium-lovers", "polonium-lovers", "physics-lovers"]
},
{
"id": {
"opaque_id": "test4242",
"idp": "surfsara.nl"
},
"username": "test",
"secret": "testpass",
"mail": "test42@surfsara.nl",
"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": "urs.schmid@switch.ch",
"display_name": "Urs Schmid",
"groups": ["quantum-lovers", "philosophy-haters", "physics-lovers"]
},
{
"id": {
"opaque_id": "test4242",
"idp": "switch.ch"
},
"username": "test",
"secret": "testpass",
"mail": "test42@switch.ch",
"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": "daniel@uni-muenster.de",
"display_name": "Daniel",
"groups": ["radium-lovers", "polonium-lovers", "physics-lovers"]
},
{
"id": {
"opaque_id": "test4242",
"idp": "uni-muenster.de"
},
"username": "test",
"secret": "testpass",
"mail": "test42@uni-muenster.de",
"display_name": "Testuser",
"groups": ["test-lovers", "bug-haters", "ai-lovers"]
}
]