You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For more details, see xref:../../../backup_and_restore/application_backup_and_restore/installing/installing-oadp-azure.adoc#oadp-configuring-node-agents_installing-oadp-azure[Configuring node agents and node labels].
Copy file name to clipboardExpand all lines: modules/oadp-auth-azure-sts.adoc
+15-8Lines changed: 15 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,10 @@ You can use Microsoft Entra Workload ID to access Azure storage for {oadp-short}
11
11
12
12
To use the Azure Security Token Service (STS) configuration, you need the `credentialsMode` field set to `Manual` during cluster installation. This approach uses the Cloud Credential Operator (`ccoctl`) to set up the workload identity infrastructure, including the OpenID Connect (OIDC) provider, issuer configuration, and user-assigned managed identities.
13
13
14
+
[NOTE]
15
+
====
16
+
{oadp-short} with Azure STS configuration does not support `restic` File System Backups (FSB) and restores.
17
+
====
14
18
15
19
.Prerequisites
16
20
@@ -173,9 +177,9 @@ spec:
173
177
backupLocations:
174
178
- bucket:
175
179
cloudStorageRef:
176
-
name: <cloud_storage_cr> # <1>
180
+
name: <cloud_storage_cr>
177
181
config:
178
-
storageAccount: <storage_account_name> # <2>
182
+
storageAccount: <storage_account_name>
179
183
useAAD: "true"
180
184
credential:
181
185
key: azurekey
@@ -195,18 +199,21 @@ spec:
195
199
- name: default
196
200
velero:
197
201
config:
198
-
resourceGroup: <resource_group> # <3>
199
-
subscriptionId: <subscription_ID> # <4>
202
+
resourceGroup: <resource_group>
203
+
subscriptionId: <subscription_ID>
200
204
credential:
201
205
key: azurekey
202
206
name: cloud-credentials-azure
203
207
provider: azure
204
208
EOF
205
209
----
206
-
<1> Specify the `CloudStorage` CR name.
207
-
<2> Specify the Azure storage account name.
208
-
<3> Specify the resource group.
209
-
<4> Specify the subscription ID.
210
+
+
211
+
where:
212
+
213
+
<cloud_storage_cr>:: Specify the `CloudStorage` CR name.
214
+
<storage_account_name>:: Specify the Azure storage account name.
0 commit comments