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
<1> Replace `<version>` with the {product-title} y-stream version you plan to update the cluster to.
206
222
<2> Replace `<wif_name>` with the name of the WIF configuration you want to update.
207
223
208
-
[id="ocm-cli-list-wif-commands_{context}"]
209
-
== List WIF clusters
224
+
[id="ocm-cli-verify-wif-commands_{context}"]
225
+
== Verifying a WIF configuration
226
+
You can verify that the configuration of resources associated with a WIF configuration are correct by running the `ocm gcp verify wif-config` command. If a misconfiguration is found, the output provides details about the misconfiguration and recommends that you update the WIF configuration.
210
227
211
-
To list all of your {product-title} clusters that have been deployed using the WIF authentication type, run the following command:
228
+
You need the name and ID of the WIF configuration you want to verify before verification.
229
+
To obtain the name and ID of your active WIF configurations, run the following command:
212
230
213
231
[source,terminal]
214
232
----
215
-
$ ocm list clusters --parameter search="gcp.authentication.wif_config_id != ''"
233
+
$ ocm gcp list wif-configs
216
234
----
217
-
To list all of your {product-title} clusters that have been deployed using a specific wif-config, run the following command:
235
+
236
+
To determine if the WIF configuration you want to verify is configured correctly, run the following command:
237
+
218
238
[source,terminal]
219
239
----
220
-
$ ocm list clusters --parameter search="gcp.authentication.wif_config_id = '<wif_config_id>'" <1>
0 commit comments