Skip to content

Commit 2c220ac

Browse files
authored
Merge branch 'main' into RHIDP-5375-Consistent-mentions-to-the-product-project
2 parents d5a65d5 + ff07620 commit 2c220ac

27 files changed

+217
-40
lines changed

artifacts/attributes.adoc

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
:product: Red Hat Developer Hub
1111
:product-short: Developer Hub
1212
:product-very-short: RHDH
13-
:product-version: 1.4
14-
:product-bundle-version: 1.4.0
15-
:product-chart-version: 1.4.0
16-
:product-backstage-version: 1.29.2
13+
:product-version: 1.5
14+
:product-bundle-version: 1.5.0
15+
:product-chart-version: 1.5.0
16+
:product-backstage-version: 1.35.0
1717
:product-custom-resource-type: Backstage
1818
:rhdeveloper-name: Red Hat Developer
1919
:rhel: Red Hat Enterprise Linux
@@ -27,6 +27,7 @@
2727
:my-product-database-certificates-secrets: my-rhdh-database-certificates-secrets
2828
:my-product-database-secrets: my-rhdh-database-secrets
2929
:my-product-url: https://__<my_developer_hub_url>__
30+
:my-extra-file-configmap: my-project-configmap
3031

3132
// Red Hat Platforms
3233
:ocp-brand-name: Red Hat OpenShift Container Platform
@@ -38,7 +39,7 @@
3839
:logging-short: OpenShift Logging
3940
// minimum and current latest supported versions
4041
:ocp-version-min: 4.14
41-
:ocp-version: 4.17
42+
:ocp-version: 4.18
4243
:kubernetes-version: 1.24
4344
// First mention of OpenShift CLI or `oc` in a module
4445
:openshift-cli: pass:quotes[OpenShift CLI (`oc`)]

artifacts/rhdh-plugins-reference/argocd/argocd-plugin-readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ image::rhdh-plugins-reference/deployment_summary.png[Deployment summary]
3333
[role="_additional-resources"]
3434
.Additional resources
3535

36-
* For more information on dynamic plugins, see link:https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.2/html/configuring_plugins_in_red_hat_developer_hub/rhdh-installing-dynamic-plugins[Dynamic plugin installation].
36+
* For more information on installing dynamic plugins, see link:{installing-and-viewing-dynamic-plugins-url}[{installing-and-viewing-dynamic-plugins-title}].

artifacts/rhdh-plugins-reference/argocd/argocd-plugin-user.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ image::rhdh-plugins-reference/deployment_summary.png[Deployment summary]
3131
[role="_additional-resources"]
3232
.Additional resources
3333

34-
* For more information on dynamic plugins, see link:https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.2/html/configuring_plugins_in_red_hat_developer_hub/rhdh-installing-dynamic-plugins[Dynamic plugin installation].
34+
* For more information on installing dynamic plugins, see link:{installing-and-viewing-dynamic-plugins-url}[{installing-and-viewing-dynamic-plugins-title}].
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
[id="installing-configuring-jfrog-artifactory_{context}"]
2+
= Installing and configuring the JFrog Artifactory plugin
3+
4+
JFrog Artifactory is a front-end plugin that displays the information about your container images stored in the JFrog Artifactory repository. The JFrog Artifactory plugin is preinstalled with {product-short} and disabled by default. To use it, you need to enable and configure it first.
5+
6+
[IMPORTANT]
7+
====
8+
The JFrog Artifactory plugin is a Technology Preview feature only.
9+
10+
Technology Preview features are not supported with Red Hat production service level agreements (SLAs), might not be functionally complete, and Red Hat does not recommend using them for production. These features provide early access to upcoming product features, enabling customers to test functionality and provide feedback during the development process.
11+
12+
For more information on Red Hat Technology Preview features, see https://access.redhat.com/support/offerings/techpreview/[Technology Preview Features Scope].
13+
14+
Additional detail on how Red Hat provides support for bundled community dynamic plugins is available on the https://access.redhat.com/policy/developerhub-support-policy[Red Hat Developer Support Policy] page.
15+
====
16+
17+
== Installation
18+
The JFrog Artifactory plugin is preinstalled in {product-short} with basic configuration properties. To enable it, set the disabled property to `false` as follows:
19+
20+
[source,yaml]
21+
----
22+
global:
23+
dynamic:
24+
includes:
25+
- dynamic-plugins.default.yaml
26+
plugins:
27+
- package: ./dynamic-plugins/dist/backstage-community-plugin-jfrog-artifactory
28+
disabled: false
29+
----
30+
31+
== Configuration
32+
. Set the proxy to the desired JFrog Artifactory server in the `app-config.yaml` file as follows:
33+
+
34+
[source,yaml]
35+
----
36+
proxy:
37+
endpoints:
38+
‘/jfrog-artifactory/api’:
39+
target: http://<hostname>:8082 # or https://<customer>.jfrog.io
40+
headers:
41+
# Authorization: 'Bearer <YOUR TOKEN>'
42+
# Change to "false" in case of using a self-hosted Artifactory instance with a self-signed certificate
43+
secure: true
44+
----
45+
46+
. Add the following annotation to the entity’s `catalog-info.yaml` file to enable the JFrog Artifactory plugin features in RHDH components:
47+
+
48+
[source,yaml]
49+
----
50+
metadata:
51+
annotations:
52+
'jfrog-artifactory/image-name': '<IMAGE-NAME>'
53+
----
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
[id="using-jfrog-artifactory_{context}"]
2+
= Using the JFrog Artifactory plugin
3+
4+
The JFrog Artifactory plugin displays information about your container images within the Jfrog Artifactory registry.
5+
6+
[IMPORTANT]
7+
====
8+
The JFrog Artifactory plugin is a Technology Preview feature only.
9+
10+
Technology Preview features are not supported with Red Hat production service level agreements (SLAs), might not be functionally complete, and Red Hat does not recommend using them for production. These features provide early access to upcoming product features, enabling customers to test functionality and provide feedback during the development process.
11+
12+
For more information on Red Hat Technology Preview features, see https://access.redhat.com/support/offerings/techpreview/[Technology Preview Features Scope].
13+
14+
Additional detail on how Red Hat provides support for bundled community dynamic plugins is available on the https://access.redhat.com/policy/developerhub-support-policy[Red Hat Developer Support Policy] page.
15+
====
16+
17+
.Prerequisites
18+
19+
* Your {product-short} application is installed and running.
20+
* You have enabled the JFrog Artifactory plugin.
21+
22+
.Procedure
23+
24+
. Open your {product-short} application and select a component from the *Catalog* page.
25+
. Go to the *Image Registry* tab.
26+
27+
+
28+
The *Image Registry* tab contains a list of container images within your Jfrog Artifactory repository and related information, such as *Version*, *Repositories*, *Manifest*, *Modified*, and *Size*.
29+
30+
+
31+
image::rhdh-plugins-reference/jfrog-artifactory.png[image-registry-tab-jfrog-artifactory]

assemblies/assembly-about-rhdh.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ endif::[]
1717
{product-very-short} integrates software templates, pre-designed solutions, and dynamic plugins into a centralized platform, providing tailored solutions for operations and development teams in a unified environment.
1818

1919
include::modules/about/con-benefits-of-rhdh.adoc[leveloffset=+1]
20-
include::modules/about/con_integrations-in-rhdh.adoc[leveloffset=+1]
20+
include::modules/about/con-integrations-in-rhdh.adoc[leveloffset=+1]
2121
include::modules/about/ref-supported-platforms.adoc[leveloffset=+1]
2222
include::modules/about/ref-rhdh-sizing.adoc[leveloffset=+1]
2323
include::modules/about/ref-customer-support-info.adoc[leveloffset=+1]

assemblies/assembly-provisioning-a-custom-configuration.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ include::modules/configuring/proc-provisioning-your-custom-configuration.adoc[le
2222

2323
include::modules/configuring/proc-using-the-operator-to-run-rhdh-with-your-custom-configuration.adoc[leveloffset=+1]
2424

25+
include::modules/configuring/proc-mounting-additional-files-in-your-custom-configuration-using-rhdh-operator.adoc[leveloffset=+2]
2526

2627
include::modules/configuring/proc-using-the-helm-chart-to-run-rhdh-with-your-custom-configuration.adoc[leveloffset=+1]
2728

assemblies/dynamic-plugins/assembly-configuring-rhdh-plugins.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ include::../modules/dynamic-plugins/con-ansible-plugin-admin.adoc[leveloffset=+1
77
// Argo CD
88
include::../../artifacts/rhdh-plugins-reference/argocd/argocd-plugin-admin.adoc[leveloffset=+1]
99

10+
//JFrog Artifactory
11+
include::../../artifacts/rhdh-plugins-reference/jfrog-artifactory/jfrog-artifactory-plugin-admin.adoc[leveloffset=+1]
12+
1013
// Keycloak
1114
include::../../artifacts/rhdh-plugins-reference/keycloak/keycloak-plugin-admin.adoc[leveloffset=+1]
1215

assemblies/dynamic-plugins/assembly-using-rhdh-plugins.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ include::../modules/dynamic-plugins/con-ansible-plugin-user.adoc[leveloffset=+1]
77
// Argo CD
88
include::../../artifacts/rhdh-plugins-reference/argocd/argocd-plugin-user.adoc[leveloffset=+1]
99

10+
//JFrog Artifactory
11+
include::../../artifacts/rhdh-plugins-reference/jfrog-artifactory/jfrog-artifactory-plugin-user.adoc[leveloffset=+1]
12+
1013
// Keycloak
1114
include::../../artifacts/rhdh-plugins-reference/keycloak/keycloak-plugin-user.adoc[leveloffset=+1]
1215

66.5 KB
Loading

0 commit comments

Comments
 (0)