You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Improve documentation following deployment test in Kubernetes using a GitHub App
* code review fixes
---------
Co-authored-by: Sébastien Bonami <7561088+sebastienbonami@users.noreply.github.com>
@@ -227,19 +227,19 @@ For more information see [Nuxt Sessions and Authentication](https://nuxt.com/doc
227
227
228
228
#### NUXT_PUBLIC_USING_GITHUB_AUTH
229
229
230
-
Default is `false`. When set to `true`, GitHub OAuth App Authentication will be performed to verify users' access to the dashboard. For this, a GitHub App must be registered and installed in the enterprise/org. See [Github App Registration](DEPLOYMENT.md#github-app-registration) for the steps to follow.
230
+
Default is `false`. When set to `true`, GitHub OAuth App Authentication will be performed to verify users' access to the dashboard. For this, a GitHub App must be registered and installed in the enterprise/org. See [GitHub App Registration](DEPLOYMENT.md#github-app-registration) for the steps to follow.
231
231
232
232
Variables required for GitHub Auth are:
233
233
1.`NUXT_OAUTH_GITHUB_CLIENT_ID` - client ID of the GitHub App.
234
234
2.`NUXT_OAUTH_GITHUB_CLIENT_SECRET` - client secret of the GitHub App.
235
-
3.[Optional]`NUXT_OAUTH_GITHUB_CLIENT_SCOPE` for scope requests when using OAuth App instead of GitHub App. See [Github docs](https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/differences-between-github-apps-and-oauth-apps) for details.
235
+
3.[Optional]`NUXT_OAUTH_GITHUB_CLIENT_SCOPE` for scope requests when using OAuth App instead of GitHub App. See [GitHub docs](https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/differences-between-github-apps-and-oauth-apps) for details.
236
236
237
237
>[!WARNING]
238
238
> Only users with permissions (scopes listed in [NUXT_GITHUB_TOKEN](#NUXT_GITHUB_TOKEN)) can view copilot metrics, GitHub uses the authenticated users permissions to make API calls for data.
239
239
240
240
#### HTTP_PROXY
241
241
242
-
Solution supports HTTP Proxy settings when running in corporate environment. Simple set `HTTP_PROXY` environment variable.
242
+
Solution supports HTTP Proxy settings when running in corporate environment. Simply set `HTTP_PROXY` environment variable.
243
243
244
244
For custom CA use environment variable `CUSTOM_CA_PATH` to load the certificate into proxy agent options.
0 commit comments