Skip to content
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
1 change: 1 addition & 0 deletions changelog.d/4-docs/stern-docs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Improve documentation for stern tool and helm chart
2 changes: 1 addition & 1 deletion charts/backoffice/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Backoffice frontend
===================

This chart provides a basic frontend app that is composed of nginx serving swagger and will soon be found here [here](https://github.com/wireapp/wire-server/blob/develop/tools/backoffice-frontend/README.md). It serves as a tool to perform operations on users and teams such as visualising their user profiles, suspending or even deleting accounts. It is used internally at Wire to provide customer support the means to respond to certain queries from our customers and can be used by anyone that decides to deploy it on their cluster(s).
This chart provides a [basic frontend app called *backoffice* or *stern*](https://github.com/wireapp/wire-server/blob/develop/tools/stern/README.md) that is built using a simple UI for browsing swagger. It serves as a tool to perform operations on users and teams such as visualising their user profiles, suspending or even deleting accounts. It is used internally at Wire to provide customer support the means to respond to certain queries from our customers and can be used by anyone that decides to deploy it on their cluster(s).

It is intended to be accessed, at the moment, only by means of port forwarding and therefore only available to cluster admins (or more generally, clusters users able to port forward).

Expand Down
5 changes: 5 additions & 0 deletions tools/stern/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ using the `--run-backoffice` option, e.g. `deploy/sevices-demo/demo.sh --run-bac

When you now open `localhost:8080/swagger-ui` in a browser, you can switch to the
"Back Office" tab.

## Screenshots

![screen shot 1](screenshots/1.png)
![screen shot 2](screenshots/2.png)
Binary file added tools/stern/screenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tools/stern/screenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.