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
{{ message }}
This repository was archived by the owner on Feb 23, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/integration/jfrog.md
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
### Connecting to a private Artifactory Container Registry
2
2
3
-
When your registry is not visible on the public internet, images can be indexed by running a monitoring agent inside the network.
3
+
When your registry is not visible on the public internet, images can be indexed by running a monitoring agent inside the network.
4
4
5
5
The agent will scan configured Artifactory container repositories at regular intervals, and send newly discovered images' metadata to the Atomist control plane.
6
6
@@ -39,10 +39,10 @@ Options:
39
39
40
40
41
41
* `workspace`
42
-
* Grab your workspace ID from https://dso.atomist.com/r/auth/policies
42
+
* Grab your workspace ID from https://dso.atomist.com/r/auth/integrations
43
43
* `api-key`
44
44
* Used to authenticate with the Atomist API and managed here https://dso.atomist.com/r/auth/integrations
45
-
* `artifactory-url`
45
+
* `artifactory-url`
46
46
* is the base URL of your artifactory instance. This must not include any path or trailing slashes
47
47
* `artifactory-repository`
48
48
* an Artifactory container repository name to monitor
@@ -52,5 +52,3 @@ Options:
52
52
* Username used for HTTP/Basic authentication with Artifactory
0 commit comments