diff --git a/_attributes/common-attributes.adoc b/_attributes/common-attributes.adoc index b107574ce6..0a1ac854ad 100644 --- a/_attributes/common-attributes.adoc +++ b/_attributes/common-attributes.adoc @@ -60,6 +60,7 @@ endif::[] :rh-rhacm-version: 2.13 :osc: OpenShift sandboxed containers :cert-manager-operator: cert-manager Operator for Red Hat OpenShift +:external-secrets-operator: external secrets Operator for Red Hat OpenShift :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 20f08e95ee..1fc0959072 100644 --- a/_topic_maps/_topic_map.yml +++ b/_topic_maps/_topic_map.yml @@ -1,4 +1,4 @@ -# trunk-ignore-all(prettier) + # trunk-ignore-all(prettier) # This configuration file dictates the organization of the topic groups and # topics on the main page of the doc site for this branch. Each record # consists of the following: @@ -1226,6 +1226,12 @@ Topics: File: cert-manager-log-levels - Name: Uninstalling the cert-manager Operator for Red Hat OpenShift File: cert-manager-operator-uninstall +- Name: External secrets Operator for Red Hat OpenShift + Dir: external_secrets_operator + Distros: openshift-enterprise + Topics: + - Name: External secrets Operator for Red Hat OpenShift overview + File: index - Name: Viewing audit logs File: audit-log-view - Name: Configuring the audit log policy diff --git a/security/external_secrets_operator/_attributes b/security/external_secrets_operator/_attributes new file mode 120000 index 0000000000..5b32de1e01 --- /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 0000000000..5fa6987088 --- /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 0000000000..785810e8a7 --- /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 for Red Hat OpenShift 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 + +* link:https://external-secrets.io/latest/[External Secrets Operator] \ 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 0000000000..8b0e854007 --- /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 0000000000..7bf6da9a51 --- /dev/null +++ b/security/external_secrets_operator/snippets @@ -0,0 +1 @@ +../../snippets \ No newline at end of file