diff --git a/_attributes/common-attributes.adoc b/_attributes/common-attributes.adoc index e915081ea672..3319eb983e86 100644 --- a/_attributes/common-attributes.adoc +++ b/_attributes/common-attributes.adoc @@ -62,6 +62,8 @@ endif::[] :osc: OpenShift sandboxed containers :osc-operator: OpenShift sandboxed containers Operator :cert-manager-operator: cert-manager Operator for Red Hat OpenShift +:external-secrets-operator: External Secrets Operator for Red Hat OpenShift +:external-secrets-operator-short: External Secrets Operator :secondary-scheduler-operator-full: Secondary Scheduler Operator for Red Hat OpenShift :secondary-scheduler-operator: Secondary Scheduler Operator :descheduler-operator: Kube Descheduler Operator diff --git a/_topic_maps/_topic_map.yml b/_topic_maps/_topic_map.yml index 2e1eb65bdb72..79bba3b4e698 100644 --- a/_topic_maps/_topic_map.yml +++ b/_topic_maps/_topic_map.yml @@ -1230,6 +1230,30 @@ Topics: File: cert-manager-log-levels - Name: Uninstalling the cert-manager Operator for Red Hat OpenShift File: cert-manager-operator-uninstall +- Name: Zero Trust Workload Identity Manager + Dir: zero_trust_workload_identity_manager + Distros: openshift-enterprise + Topics: + - Name: Zero Trust Workload Identity Manager overview + File: zero-trust-manager-overview + - Name: Zero Trust Workload Identity Manager release notes + File: zero-trust-manager-release-notes + - Name: Zero Trust Workload Identity Manager components and features + File: zero-trust-manager-features + - Name: Installing Zero Trust Workload Identity Manager + File: zero-trust-manager-install + - Name: Deploying Zero Trust Workload Identity Manager operands + File: zero-trust-manager-configuration + - Name: Monitoring Zero Trust Workload Identity Manager + File: zero-trust-manager-monitoring + - Name: Uninstalling Zero Trust Workload Identity Manager + File: zero-trust-manager-uninstall +- Name: External Secrets Operator for Red Hat OpenShift + Dir: external_secrets_operator + Distros: openshift-enterprise + Topics: + - Name: External Secrets Operator overview + File: index - Name: Viewing audit logs File: audit-log-view - Name: Configuring the audit log policy @@ -1256,24 +1280,6 @@ Topics: - Name: Disaster recovery considerations File: nbde-disaster-recovery-considerations Distros: openshift-enterprise,openshift-origin -- Name: Zero Trust Workload Identity Manager - Dir: zero_trust_workload_identity_manager - Distros: openshift-enterprise - Topics: - - Name: Zero Trust Workload Identity Manager overview - File: zero-trust-manager-overview - - Name: Installing Zero Trust Workload Identity Manager - File: zero-trust-manager-install - - Name: Uninstalling Zero Trust Workload Identity Manager - File: zero-trust-manager-uninstall - - Name: Zero Trust Workload Identity Manager features - File: zero-trust-manager-features - - Name: Deploying Zero Trust Workload Identity Manager operands - File: zero-trust-manager-configuration - - Name: Zero Trust Workload Identity Manager release notes - File: zero-trust-manager-release-notes - - Name: Monitoring Zero Trust Workload Identity Manager - File: zero-trust-manager-monitoring --- Name: Authentication and authorization Dir: authentication diff --git a/security/external_secrets_operator/_attributes b/security/external_secrets_operator/_attributes new file mode 120000 index 000000000000..5b32de1e01e7 --- /dev/null +++ b/security/external_secrets_operator/_attributes @@ -0,0 +1 @@ +../../_attributes \ No newline at end of file diff --git a/security/external_secrets_operator/images b/security/external_secrets_operator/images new file mode 120000 index 000000000000..5fa6987088da --- /dev/null +++ b/security/external_secrets_operator/images @@ -0,0 +1 @@ +../../images \ No newline at end of file diff --git a/security/external_secrets_operator/index.adoc b/security/external_secrets_operator/index.adoc new file mode 100644 index 000000000000..0be9fd2fa3e9 --- /dev/null +++ b/security/external_secrets_operator/index.adoc @@ -0,0 +1,15 @@ +:_mod-docs-content-type: ASSEMBLY +[id="external-secrets-operator-about"] += {external-secrets-operator} overview +include::_attributes/common-attributes.adoc[] +:context: external-secrets-operator-about + +toc::[] + +//Details to be added + +[role="_additional-resources"] +[id="external-secrets-operator-about_additional-resources"] +== Additional resources + +// Details to be added \ No newline at end of file diff --git a/security/external_secrets_operator/modules b/security/external_secrets_operator/modules new file mode 120000 index 000000000000..8b0e8540076d --- /dev/null +++ b/security/external_secrets_operator/modules @@ -0,0 +1 @@ +../../modules \ No newline at end of file diff --git a/security/external_secrets_operator/snippets b/security/external_secrets_operator/snippets new file mode 120000 index 000000000000..7bf6da9a51d0 --- /dev/null +++ b/security/external_secrets_operator/snippets @@ -0,0 +1 @@ +../../snippets \ No newline at end of file