Skip to content

mod docs OADP on GCP #95326

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 1 commit 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
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ include::_attributes/common-attributes.adoc[]

toc::[]

[role="_abstract"]
You install the OpenShift API for Data Protection (OADP) with Google Cloud Platform (GCP) by installing the OADP Operator. The Operator installs link:https://{velero-domain}/docs/v{velero-version}/[Velero {velero-version}].

include::snippets/oadp-mtc-operator.adoc[]
Expand Down
1 change: 1 addition & 0 deletions modules/migration-configuring-gcp.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
[id="migration-configuring-gcp_{context}"]
= Configuring Google Cloud Platform

[role="_abstract"]
ifdef::installing-3-4,installing-mtc[]
You configure a Google Cloud Platform (GCP) storage bucket as a replication repository for the {mtc-first}.
endif::[]
Expand Down
1 change: 1 addition & 0 deletions modules/oadp-gcp-wif-cloud-authentication.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
[id="oadp-gcp-wif-cloud-authentication_{context}"]
= Google workload identity federation cloud authentication

[role="_abstract"]
Applications running outside Google Cloud use service account keys, such as usernames and passwords, to gain access to Google Cloud resources. These service account keys might become a security risk if they are not properly managed.

With Google's workload identity federation, you can use Identity and Access Management (IAM) to offer IAM roles, including the ability to impersonate service accounts, to external identities. This eliminates the maintenance and security risks associated with service account keys.
Expand Down