Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Overview
sidebar:
order: 20
order: 2
---


Expand Down
2 changes: 1 addition & 1 deletion docs/reference/configuration/Single Sign-On/overview.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Overview
sidebar:
order: 20
order: 3
---

UDS Core leverages [Keycloak](https://www.keycloak.org/) and [Authservice](https://github.com/istio-ecosystem/authservice) to implify authentication and authorization for applications. These tools enable seamless user authentication experiences while supporting various OAuth 2.0 and OpenID Connect (OIDC) flows.
Expand Down
2 changes: 0 additions & 2 deletions docs/reference/configuration/UDS operator/exemption.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
title: UDS Exemption
sidebar:
order: 3
---

![UDS Operator Exemption Flowchart](https://github.com/defenseunicorns/uds-core/blob/main/docs/.images/diagrams/uds-core-operator-uds-exemption.svg?raw=true)
Expand Down
2 changes: 0 additions & 2 deletions docs/reference/configuration/UDS operator/package.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
title: UDS Package
sidebar:
order: 2
---

![UDS Operator Package Flowchart](https://github.com/defenseunicorns/uds-core/blob/main/docs/.images/diagrams/uds-core-operator-uds-package.svg?raw=true)
Expand Down
2 changes: 0 additions & 2 deletions docs/reference/configuration/authorization-policies.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
title: How Authorization Policies Protect Your Services
sidebar:
order: 3
---

In clusters running Istio Ambient Mesh, UDS‑Core enforces **ingress network security** using Istio **ALLOW** AuthorizationPolicies. These policies are automatically generated for each application package you define with a [UDS Package](https://uds.defenseunicorns.com/reference/configuration/uds-operator/package/) resource.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: RKE2 CSI Snapshotting on vSphere
sidebar:
order: 4
---

## Introduction
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Exemptions CR (v1alpha1)
tableOfContents:
maxHeadingLevel: 6
sidebar:
order: 20
---
<a id="Exemptions"></a>
<div style="margin-left: 20px; padding-top: 30px;">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Packages CR (v1alpha1)
tableOfContents:
maxHeadingLevel: 6
sidebar:
order: 20
---
<a id="Packages"></a>
<div style="margin-left: 20px; padding-top: 30px;">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: IRSA Support
sidebar:
order: 5
---

Several applications within UDS Core can be configured to utilize resources that are external to your Kubernetes cluster, such as object storage and databases. If you are running in AWS, you can leverage [IRSA](https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html) to provide applications within UDS Core with a secure means of accessing external resources.
Expand Down
2 changes: 2 additions & 0 deletions src/pepr/docs-gen/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ async function generateMarkdown(jsonSchema: JsonSchema, version: string, schemaF
title: ${title} CR (${version})
tableOfContents:
maxHeadingLevel: 6
sidebar:
order: 20
---
${generateMarkdownFromSchema(jsonSchema.properties, `${title}`, 1).trim()}`;

Expand Down