diff options
Diffstat (limited to 'share/man/DEVELOPMENT.md')
| -rw-r--r-- | share/man/DEVELOPMENT.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/man/DEVELOPMENT.md b/share/man/DEVELOPMENT.md index c3077a8..cc5fe5e 100644 --- a/share/man/DEVELOPMENT.md +++ b/share/man/DEVELOPMENT.md @@ -60,6 +60,9 @@ The following environment variables must be defined: | `OAUTH_CLIENT_SECRET` | The corresponding client secret | | `OIDC_ISSUER` | The issuer URL (e.g., `http://gdk.test:3000`) | +Follow these instructions to [create a user-owned application](https://docs.gitlab.com/integration/oauth_provider/#create-a-user-owned-application) +and set the `OAUTH_CLIENT_ID` and `OAUTH_CLIENT_SECRET`. + You can refer to the `Dockerfile` in the root of this repository to determine the exact version of Envoy required. To install Envoy locally, follow the [official installation guide](https://www.envoyproxy.io/docs/envoy/latest/start/install). |
