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
Copy file name to clipboardExpand all lines: docs/admin/integrations/island.md
+25-51Lines changed: 25 additions & 51 deletions
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,12 @@ April 24, 2024
10
10
11
11
---
12
12
13
-
[Island][] is an enterprise-grade browser, offering a Chromium-based experience
13
+
[Island](https://www.island.io/) is an enterprise-grade browser, offering a Chromium-based experience
14
14
similar to popular web browsers like Chrome and Edge. It includes built-in
15
15
security features for corporate applications and data, aiming to bridge the gap
16
16
between consumer-focused browsers and the security needs of the enterprise.
17
17
18
-
Coder natively integrates with Island’s feature set, which include data
18
+
Coder natively integrates with Island's feature set, which include data
19
19
loss protection (DLP), application awareness, browser session recording, and
20
20
single sign-on (SSO). This guide intends to document these feature categories
21
21
and how they apply to your Coder deployment.
@@ -28,18 +28,18 @@ We recommend creating an Application Group specific to Coder in the Island
28
28
Management console. This Application Group object will be referenced when
29
29
creating browser policies.
30
30
31
-
[See the Island documentation for creating an Application Group][app-group].
31
+
[See the Island documentation for creating an Application Group](https://documentation.island.io/docs/create-and-configure-an-application-group-object).
32
32
33
33
## Advanced Data Loss Protection
34
34
35
-
Integrate Island’s advanced data loss prevention (DLP) capabilities with
36
-
Coder’s cloud development environment (CDE), enabling you to control the
37
-
“last mile” between developers’ CDE and their local devices,
35
+
Integrate Island's advanced data loss prevention (DLP) capabilities with
36
+
Coder's cloud development environment (CDE), enabling you to control the
37
+
"last mile" between developers' CDE and their local devices,
38
38
ensuring that sensitive IP remains in your centralized environment.
@@ -114,9 +114,9 @@ sidestep such policies simply by using another browser.
114
114
The configured IdP must be the same for both Coder and Island
115
115
</blockquote>
116
116
117
-
-[Azure Active Directory/Entra ID][island-entra]
118
-
-[Okta][island-okta]
119
-
-[Google][island-google]
117
+
-[Azure Active Directory/Entra ID](https://documentation.island.io/docs/configure-browser-enforcement-for-island-with-azure-ad#create-and-apply-a-conditional-access-policy)
Copy file name to clipboardExpand all lines: docs/admin/integrations/jfrog-xray.md
+7-23Lines changed: 7 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@ March 17, 2024
11
11
12
12
---
13
13
14
-
This guide describes the process of integrating [JFrog Xray][] to Coder Kubernetes-backed
15
-
workspaces using Coder’s [JFrog Xray Integration][`coder-xray`].
14
+
This guide describes the process of integrating [JFrog Xray](https://jfrog.com/xray/) to Coder Kubernetes-backed
15
+
workspaces using Coder's [JFrog Xray Integration](https://github.com/coder/coder-xray).
16
16
17
17
## Prerequisites
18
18
@@ -21,10 +21,10 @@ workspaces using Coder’s [JFrog Xray Integration][`coder-xray`].
21
21
22
22
## Deploy the **Coder - JFrog Xray** Integration
23
23
24
-
1. Create a JFrog Platform [Access Token][] with a user that has the `read`[permission][]
24
+
1. Create a JFrog Platform [Access Token](https://jfrog.com/help/r/jfrog-platform-administration-documentation/access-tokens) with a user that has the `read`[permission](https://jfrog.com/help/r/jfrog-platform-administration-documentation/permissions)
25
25
for the repositories you want to scan.
26
26
27
-
1. Create a Coder [token][] with a user that has the [`owner`][roles] role.
27
+
1. Create a Coder [token](../../reference/cli/tokens_create.md#tokens-create) with a user that has the [`owner`](../users#roles) role.
28
28
29
29
1. Create Kubernetes secrets for the JFrog Xray and Coder tokens.
30
30
@@ -58,10 +58,9 @@ workspaces using Coder’s [JFrog Xray Integration][`coder-xray`].
58
58
59
59
<blockquoteclass="admonition warning">
60
60
61
-
**Note**: To authenticate with the Artifactory registry, you may need to
62
-
create a [Docker config][docker-advanced-topics] and use it in the
63
-
`imagePullSecrets` field of the Kubernetes Pod. See the [**Defining
64
-
ImagePullSecrets for Coder workspaces**][image-pull-secret] guide for more
61
+
To authenticate with the Artifactory registry, you may need to
62
+
create a [Docker config](https://jfrog.com/help/r/jfrog-artifactory-documentation/docker-advanced-topics) and use it in the
63
+
`imagePullSecrets` field of the Kubernetes Pod. See the [Defining ImagePullSecrets for Coder workspaces](../../tutorials/image-pull-secret.md) guide for more
65
64
information.
66
65
67
66
</blockquote>
@@ -72,18 +71,3 @@ Once installed, configured workspaces will now have a banner appear on any
72
71
workspace with vulnerabilities reported by JFrog Xray.
0 commit comments