Skip to content

Commit 27efec0

Browse files
authored
Merge branch 'main' into RHIDP-4699-Discover-Add-supported-platforms-to-the-About/Discover-section
2 parents e8abdfa + 2e353e8 commit 27efec0

File tree

68 files changed

+956
-716
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+956
-716
lines changed

.github/pull_request_template.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,7 @@
66

77
**Version(s):**
88
<!--- Specify the version(s) of RHDH that your PR applies to. -->
9-
9+
Add the relevant labels to the Pull Request.
1010
**Issue:**
11-
<!--- Add a link to the Bugzilla, Jira, or GitHub issue. --->
12-
13-
**Link to docs preview:**
14-
<!--- Add direct link(s) to the exact page(s) that contain the updated content from the preview build. --->
15-
16-
**Reviews:**
17-
- [ ] SME: @ mention assignee
18-
- [ ] QE: @ mention assignee
19-
- [ ] Docs review: @ mention assignee
20-
- [ ] Additional review: @mention assignee (by writer)
21-
<!--- SME approval is required to merge a PR unless the changes are made by a subject matter expert. --->
22-
<!--- QE approval is required to merge a PR unless there are no technical changes to the content. --->
23-
<!--- Docs team approval is required for ALL PRs. --->
24-
25-
**Additional information:**
26-
<!--- Optional: Include additional context or expand the description here.--->
11+
<!--- Add a link to the Jira issue. --->
2712

28-
<!--- After you open your PR, request reviews from all required stakeholders via Slack GitHub, or Jira. --->

artifacts/attributes.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
:product: Red Hat Developer Hub
1111
:product-short: Developer Hub
1212
:product-very-short: RHDH
13-
:product-version: 1.3
14-
:product-bundle-version: 1.3.0
15-
:product-chart-version: 1.3.0
13+
:product-version: 1.4
14+
:product-bundle-version: 1.4.0
15+
:product-chart-version: 1.4.0
1616
:product-backstage-version: 1.29.2
1717
:rhdeveloper-name: Red Hat Developer
1818
:rhel: Red Hat Enterprise Linux

assemblies/assembly-audit-log.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ Audit logs are not forwarded to the internal log store by default because this d
3333
* For a complete list of fields that a {product-short} audit log can include, see xref:ref-audit-log-fields.adoc_{context}[]
3434
* For a list of scaffolder events that a {product-short} audit log can include, see xref:ref-audit-log-scaffolder-events.adoc_{context}[]
3535

36-
include::modules/getting-started/con-audit-log-config.adoc[leveloffset=+1]
36+
include::modules/observe/con-audit-log-config.adoc[leveloffset=+1]
3737

38-
include::modules/getting-started/proc-audit-log-view.adoc[leveloffset=+1]
38+
include::modules/observe/proc-audit-log-view.adoc[leveloffset=+1]
3939

40-
include::modules/getting-started/ref-audit-log-fields.adoc[leveloffset=+2]
40+
include::modules/observe/ref-audit-log-fields.adoc[leveloffset=+2]
4141

42-
include::modules/getting-started/ref-audit-log-scaffolder-events.adoc[leveloffset=+2]
42+
include::modules/observe/ref-audit-log-scaffolder-events.adoc[leveloffset=+2]
4343

44-
include::modules/getting-started/ref-audit-log-catalog-events.adoc[leveloffset=+2]
44+
include::modules/observe/ref-audit-log-catalog-events.adoc[leveloffset=+2]
4545

46-
include::modules/getting-started/ref-audit-log-file-rotation-overview.adoc[leveloffset=+1]
46+
include::modules/observe/ref-audit-log-file-rotation-overview.adoc[leveloffset=+1]

assemblies/assembly-configuring-authorization-in-rhdh.adoc

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ include::modules/authorization/proc-enabling-the-rbac-plugin.adoc[leveloffset=+1
3333
include::assembly-managing-authorizations-by-using-the-rhdh-web-ui.adoc[leveloffset=+1]
3434

3535

36+
include::assembly-managing-authorizations-by-using-the-rest-api.adoc[leveloffset=+1]
37+
38+
3639
include::modules/authorization/ref-rbac-permission-policies.adoc[leveloffset=+1]
3740

3841

@@ -55,17 +58,8 @@ include::modules/authorization/ref-rbac-conditional-policy-definition.adoc[level
5558
include::modules/authorization/proc-rbac-config-conditional-policy-file.adoc[leveloffset=+2]
5659

5760

58-
5961
include::modules/authorization/con-user-stats-rhdh.adoc[leveloffset=+1]
6062

6163

6264
include::modules/authorization/proc-download-user-stats-rhdh.adoc[leveloffset=+2]
6365

64-
65-
include::modules/authorization/con-rbac-rest-api.adoc[leveloffset=+1]
66-
67-
68-
include::modules/authorization/proc-rbac-send-request-rbac-rest-api.adoc[leveloffset=+2]
69-
70-
71-
include::modules/authorization/ref-rbac-rest-api-endpoints.adoc[leveloffset=+2]
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
3+
[id="customizing-the-quick-access-card-in-rhdh"]
4+
= Customizing the Quick access card in {product}
5+
6+
To access the Home page in {product}, the base URL must include the `/developer-hub` proxy. You can configure the Home page by passing the data into the `app-config.yaml` file as a proxy. You can provide data to the Home page from the following sources:
7+
8+
* JSON files hosted on GitHub or GitLab.
9+
* A dedicated service that provides the Home page data in JSON format using an API.
10+
11+
include::modules/getting-started/proc-using-hosted-json-files-to-provide-data-to-the-quick-access-card.adoc[leveloffset=+1]
12+
include::modules/getting-started/proc-using-a-dedicated-service-to-provide-data-to-the-quick-access-card.adoc[leveloffset=+1]
13+
14+
15+
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[id='proc-customize-rhdh-homepage_{context}']
2+
= Customizing the Home page in {product}
3+
4+
When using the `app-config`, you can do the following:
5+
6+
* Customize and extend the default Home page layout with additional cards that appear based on the plugins you have installed and enabled.
7+
* Change quick access links.
8+
* Add, reorganize, and remove the following available cards:
9+
+
10+
** Search bar
11+
** Quick access
12+
** Headline
13+
** Markdown
14+
** Placeholder
15+
** Catalog starred entities
16+
** Featured docs
17+
18+
include::modules/getting-started/proc-customizing-the-home-page-cards.adoc[leveloffset=+1]
19+
include::modules/getting-started/proc-defining-the-layout-of-the-product-home-page.adoc[leveloffset=+1]
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
[id='managing-authorizations-by-using-the-rest-api']
2+
= Managing authorizations by using the REST API
3+
4+
To automate the maintenance of {product} permission policies and roles, you can use {product-short} role-based access control (RBAC) REST API.
5+
6+
You can perform the following actions with the REST API:
7+
8+
* Retrieve information about:
9+
** All permission policies
10+
** Specific permission policies
11+
** Specific roles
12+
** Static plugins permission policies
13+
* Create, update, or delete:
14+
** Permission policy
15+
** Role
16+
17+
18+
include::modules/authorization/proc-sending-request-to-the-rbac-rest-api-by-using-curl.adoc[leveloffset=+1]
19+
20+
21+
include::modules/authorization/proc-sending-request-to-the-rbac-rest-api-by-using-a-rest-client.adoc[leveloffset=+1]
22+
23+
24+
include::modules/authorization/ref-rbac-rest-api-endpoints.adoc[leveloffset=+1]
25+

assemblies/assembly-rhdh-integration-aks.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,4 @@ This integration requires the deployment of {product-short} on {aks-short} using
1313
* The Helm chart
1414
* The {product} Operator
1515
16-
include::modules/admin/proc-rhdh-monitoring-logging-aks.adoc[leveloffset=+1]
17-
18-
include::modules/admin/proc-using-azure-auth-provider.adoc[leveloffset=+1]
16+
//include::modules/admin/proc-rhdh-monitoring-logging-aks.adoc[leveloffset=+1] // moving observe category related content to new titles: RHIDP-4814

assemblies/assembly-rhdh-integration-aws.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ The integration with {aws-short} requires the deployment of {product-short} in {
1212
* The Helm chart
1313
* The {product} Operator
1414
15-
include::modules/admin/proc-rhdh-monitoring-logging-aws.adoc[leveloffset=+1]
15+
//include::modules/admin/proc-rhdh-monitoring-logging-aws.adoc[leveloffset=+1]// moving observe category related content to new titles: RHIDP-4814
1616

17-
include::modules/admin/proc-using-aws-cognito-auth-provider.adoc[leveloffset=+1]

assemblies/assembly-rhdh-observability.adoc

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@
33
= Enabling observability for {product} on {ocp-short}
44
:context: assembly-rhdh-observability
55

6-
toc::[]
7-
86
// Metrics
97
In {ocp-short}, metrics are exposed through an HTTP service endpoint under the `/metrics` canonical name. You can create a `ServiceMonitor` custom resource (CR) to scrape metrics from a service endpoint in a user-defined project.
108

11-
include::modules/observability/proc-admin-enabling-metrics-ocp-helm.adoc[leveloffset=+1]
12-
include::modules/observability/proc-admin-enabling-metrics-ocp-operator.adoc[leveloffset=+1]
9+
include::modules/observe/proc-admin-enabling-metrics-ocp-operator.adoc[leveloffset=+1]
10+
include::modules/observe/proc-admin-enabling-metrics-ocp-helm.adoc[leveloffset=+1]
11+
1312

1413
[role="_additional-resources"]
15-
[id="additional-resources_{context}"]
16-
== Additional resources
14+
.Additional resources
1715
* link:https://docs.openshift.com/container-platform/latest/observability/monitoring/managing-metrics.html[{ocp-short} - Managing metrics]

0 commit comments

Comments
 (0)