`bun fmt`

pull/114/head
Muhammad Atif Ali 2 years ago
parent 21ff99f71d
commit 3dfd168b27

@ -36,15 +36,15 @@ module "jfrog" {
Coder [`external-auth`](https://coder.com/docs/v2/latest/admin/external-auth) configured with Artifactory. This requires a [custom integration](https://jfrog.com/help/r/jfrog-installation-setup-documentation/enable-new-integrations) in Artifactory with **Callback URL** set to `https://<your-coder-url>/external-auth/jfrog/callback`. Coder [`external-auth`](https://coder.com/docs/v2/latest/admin/external-auth) configured with Artifactory. This requires a [custom integration](https://jfrog.com/help/r/jfrog-installation-setup-documentation/enable-new-integrations) in Artifactory with **Callback URL** set to `https://<your-coder-url>/external-auth/jfrog/callback`.
To set this up, To set this up,
1 . Modify your `values.yaml` for JFrog Artifactory to add, 1 . Modify your `values.yaml` for JFrog Artifactory to add,
```yaml ```yaml
artifactory: artifactory:
enabled: true enabled: true
frontend: frontend:
extraEnvironmentVariables: extraEnvironmentVariables:
- name: JF_FRONTEND_FEATURETOGGLER_ACCESSINTEGRATION - name: JF_FRONTEND_FEATURETOGGLER_ACCESSINTEGRATION
value: "true" value: "true"
access: access:
accessConfig: accessConfig:
integrations-enabled: true integrations-enabled: true
@ -54,6 +54,7 @@ artifactory:
redirect-uri: "https://CODER_URL/external-auth/jfrog/callback" redirect-uri: "https://CODER_URL/external-auth/jfrog/callback"
scope: "applied-permissions/user" scope: "applied-permissions/user"
``` ```
> Note > Note
> Replace `CODER_URL` with your Coder deployment URL, e.g., <coder.example.com> > Replace `CODER_URL` with your Coder deployment URL, e.g., <coder.example.com>
@ -71,6 +72,7 @@ CODER_EXTERNAL_AUTH_1_AUTH_URL="https://JFROG_URL/ui/authorization"
CODER_EXTERNAL_AUTH_1_TOKEN_URL="https://JFROG_URL/access/api/v1/integrations/YYYYYYYYYYYYYYY/token" CODER_EXTERNAL_AUTH_1_TOKEN_URL="https://JFROG_URL/access/api/v1/integrations/YYYYYYYYYYYYYYY/token"
CODER_EXTERNAL_AUTH_1_SCOPES="applied-permissions/user" CODER_EXTERNAL_AUTH_1_SCOPES="applied-permissions/user"
``` ```
> Note > Note
> Replace `JFROG_URL` with your JFrog Artifactory base URL, e.g., <artifactory.example.com> > Replace `JFROG_URL` with your JFrog Artifactory base URL, e.g., <artifactory.example.com>

Loading…
Cancel
Save