Skip to content

DO-NOT-MERGE- Oadp self service temp #93813

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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
11 changes: 11 additions & 0 deletions _topic_maps/_topic_map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3713,6 +3713,17 @@ Topics:
Topics:
- Name: Restoring applications
File: restoring-applications
- Name: OADP Self-Service
Dir: oadp-self-service
Topics:
- Name: OADP Self-Service
File: oadp-self-service
- Name: OADP Self-Service cluster admin use cases
File: oadp-self-service-cluster-admin-use-cases
- Name: OADP Self-Service namespace admin use cases
File: oadp-self-service-namespace-admin-use-cases
- Name: OADP Self-Service troubleshooting
File: oadp-self-service-troubleshooting
- Name: OADP and ROSA
Dir: oadp-rosa
Topics:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
:_mod-docs-content-type: ASSEMBLY
[id="oadp-self-service-cluster-admin-use-cases"]
= {oadp-short} Self-Service cluster admin use cases
include::_attributes/common-attributes.adoc[]
:context: oadp-self-service-cluster-admin-use-cases

toc::[]

As a cluster administrator, you can use the Self-Service feature in the following scenarios:

* Enable or disable {oadp-short} Self-Service.
* Approve or reject the NABSL custom resource (CR).
* Enforce template policies in the `DataProtectionApplication` (DPA) CR.

include::modules/oadp-self-service-admin-enable-disable.adoc[leveloffset=+1]

include::modules/oadp-self-service-enabling-nabsl-approval.adoc[leveloffset=+1]

include::modules/oadp-self-service-approving-nabsl.adoc[leveloffset=+1]

include::modules/oadp-self-service-rejecting-nabsl.adoc[leveloffset=+1]

include::modules/oadp-self-service-admin-spec-enforcement.adoc[leveloffset=+1]

include::modules/oadp-self-service-admin-spec-enforce-nabsl.adoc[leveloffset=+1]

include::modules/oadp-self-service-admin-spec-enforce-nab.adoc[leveloffset=+1]

include::modules/oadp-self-service-admin-spec-enforce-nar.adoc[leveloffset=+1]
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
:_mod-docs-content-type: ASSEMBLY
[id="oadp-self-service-namespace-admin-use-cases"]
= {oadp-short} Self-Service namespace admin use cases
include::_attributes/common-attributes.adoc[]
:context: oadp-self-service-namespace-admin-use-cases

toc::[]

As a namespace admin user, you can use the Self-Service feature in the following scenarios:

* Create a backup storage location in your authorized namespace.
* Create a `NonAdminBackup` (NAB) custom resource (CR).
* Create a `NonAdminRestore` (NAR) CR.
* Review NAB and NAR logs.

include::modules/oadp-self-service-creating-nabsl.adoc[leveloffset=+1]

include::modules/oadp-self-service-creating-nab.adoc[leveloffset=+1]

include::modules/oadp-self-service-creating-nar.adoc[leveloffset=+1]

include::modules/oadp-self-service-about-nadr.adoc[leveloffset=+1]

include::modules/oadp-self-service-nab-nar-logs.adoc[leveloffset=+1]
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
:_mod-docs-content-type: ASSEMBLY
[id="oadp-self-service-troubleshooting"]
= {oadp-short} Self-Service troubleshooting
include::_attributes/common-attributes.adoc[]
:context: oadp-self-service-troubleshooting

toc::[]

You can use the following sections to troubleshoot common errors when using {oadp-short} Self-Service.

include::modules/oadp-self-service-troubleshoot-nabsl-same-ns.adoc[leveloffset=+1]

include::modules/oadp-self-service-troubleshoot-nabsl-default.adoc[leveloffset=+1]
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
:_mod-docs-content-type: ASSEMBLY
[id="oadp-self-service"]
= {oadp-short} Self-Service
include::_attributes/common-attributes.adoc[]
:context: oadp-self-service

toc::[]

{oadp-full} ({oadp-short}) 1.5.0 introduces a new feature named {oadp-short} Self-Service, enabling namespace admin users to back up and restore applications on {product-title}.

include::modules/oadp-self-service-overview.adoc[leveloffset=+1]

[role="_additional-resources"]
.Additional resources

* xref:../../../authentication/identity_providers/configuring-htpasswd-identity-provider.adoc#configuring-htpasswd-identity-provider[Configuring an htpasswd identity provider]

include::modules/oadp-self-service-components.adoc[leveloffset=+1]

include::modules/oadp-self-service-how-it-works.adoc[leveloffset=+1]

include::modules/oadp-self-service-prerequisites.adoc[leveloffset=+1]

include::modules/oadp-self-service-namespace-permissions.adoc[leveloffset=+1]

include::modules/oadp-self-service-unsupported-features.adoc[leveloffset=+1]

include::modules/oadp-self-service-phases.adoc[leveloffset=+1]

include::modules/oadp-self-service-about-nabsl.adoc[leveloffset=+1]
Loading