summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-05-15 14:42:08 -0600
committermo khan <mo@mokhan.ca>2025-05-15 14:42:08 -0600
commitc151c1a77d31c5e01885691b6df1ea7b0be0b0e5 (patch)
tree254aed8be6abaffaeba71df5bcb35d41d52bb2b2 /share
parent3d01a69471fc4f0ae9f2f4145620b6aea50f2216 (diff)
parentb6968005e1e1758e37edc7830c02e2217ee5fd90 (diff)
Merge branch 'envoy-cleanup' into 'main'
Delete code that is now handled by envoy See merge request gitlab-org/software-supply-chain-security/authorization/sparkled!7
Diffstat (limited to 'share')
-rw-r--r--share/man/DEVELOPMENT.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/DEVELOPMENT.md b/share/man/DEVELOPMENT.md
index 9d4eaf6..cc5fe5e 100644
--- a/share/man/DEVELOPMENT.md
+++ b/share/man/DEVELOPMENT.md
@@ -56,12 +56,13 @@ The following environment variables must be defined:
| Variable Name | Description |
| ---------------------- | ------------------------------------------------ |
| `APP_ENV` | Sparkle environment (default: `development`) |
-| `BIND_ADDR` | Address Sparkle listens on (default: `:8080`) |
| `OAUTH_CLIENT_ID` | The client ID registered with GitLab IdP |
| `OAUTH_CLIENT_SECRET` | The corresponding client secret |
-| `OAUTH_REDIRECT_URL` | Redirect URI configured in your GitLab OAuth app |
| `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).