Skip to content
Snippets Groups Projects
Commit 8bcf9a16 authored by Sjoerd Simons's avatar Sjoerd Simons
Browse files

Improve the usage documentation slightly

parent 5c3ecf9c
Branches
No related tags found
No related merge requests found
Pipeline #17036 passed
...@@ -18,3 +18,11 @@ ARGS: ...@@ -18,3 +18,11 @@ ARGS:
<url> [env: URL=] [default: https://phabricator.collabora.com/api/user.whoami] <url> [env: URL=] [default: https://phabricator.collabora.com/api/user.whoami]
<port> [env: PORT=] [default: 8080] <port> [env: PORT=] [default: 8080]
``` ```
The using service should get its oauth api/userinfo URL configured to this
service on the `/userinfo` path; Calls need to be made using bearer
authentication which is valid for phabricator (This is the default for oauth
services it seems).
The service doesn't terminate SSL connection and *must* be use either only
a private network (e.g. in a docker-compose) or behind a ssl terminating proxy.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment