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
Copy file name to clipboardExpand all lines: articles/iot-operations/discover-manage-assets/howto-configure-opcua-authentication-options.md
+14-15Lines changed: 14 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,13 @@ ms.date: 09/16/2024
17
17
18
18
In this article, you learn how to configure OPC UA user authentication options. These options provide more control over how the connector for OPC UA authenticates with OPC UA servers in your environment.
19
19
20
+
Currently, the connector for OPC UA supports user authentication with a username and password. You store and manage the username and password values in Azure Key Vault. Azure IoT Operations then synchronizes these values to your Kubernetes cluster where you can use them securely.
21
+
20
22
To learn more, see [OPC UA applications - user authentication](https://reference.opcfoundation.org/Core/Part2/v105/docs/5.2.3).
21
23
22
24
## Prerequisites
23
25
24
-
A deployed instance of Azure IoT Operations Preview. To deploy Azure IoT Operations for demonstration and exploration purposes, see [Quickstart: Run Azure IoT Operations Preview in GitHub Codespaces with K3s](../get-started-end-to-end-sample/quickstart-deploy.md).
26
+
A deployed instance of Azure IoT Operations Preview with [Manage Synced Secrets](../deploy-iot-ops/howto-manage-secrets.md#manage-synced-secrets) enabled.
25
27
26
28
## Features supported
27
29
@@ -32,26 +34,23 @@ A deployed instance of Azure IoT Operations Preview. To deploy Azure IoT Operati
32
34
33
35
## Configure username and password authentication
34
36
35
-
First, configure the secrets for the username and password in Azure Operator Experience.
36
-
37
-
Step 1: Navigate to the Asset EndPoint Profile from the left side menu
:::image type="content" source="media/howto-configure-opcua-authentication-options/asset-endpoint-list.png" alt-text="Screenshot that shows the list of asset endpoints.":::
44
42
45
-
Step 3: Under User authentication mode select username and password
43
+
1. Select **Create asset endpoint**.
46
44
47
-
Step 4: Insert the usernama and password reference from AKV and click on Create
45
+
1. Select **Username password** as the authentication mode:
48
46
49
-
Step 5: In case you don't have the reference, click on Select. You will see a list of available AKV references and you can select one.
:::image type="content" source="media/howto-configure-opcua-authentication-options/authentication-mode.png" alt-text="Screenshot that shows the username and password authentication mode selected.":::
51
48
49
+
1. Enter a synced secret name and then select the username and password references from the linked Azure Key Vault:
:::image type="content" source="media/howto-configure-opcua-authentication-options/select-from-key-vault.png" alt-text="Screenshot that shows the username and password references from Azure Key Vault.":::
55
52
56
-
Step 6: Click Apply
53
+
> [!TIP]
54
+
> You have the option to create new secrets in Azure Key Vault if you haven't already added them.
0 commit comments