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: docs/en/user-manual/deployment_best_practices.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,9 +75,6 @@ detailed in the next two sections.
75
75
76
76
### Storing Credentials in OS Level Storage
77
77
78
-
<<<<<<< HEAD
79
-
Refer to the (URL to Additional Tools)
80
-
=======
81
78
To set up User Sync to pull credentials from the OS keyring (e.g. Windows Credential Manager), set the connector-umapi.yml and connector-ldap.yml files as follows:
82
79
83
80
connector-umapi.yml
@@ -97,7 +94,6 @@ The contents of the private key file is used as the value of `umapi_private_key_
97
94
private key file on Windows.
98
95
99
96
The credential values will be looked up in the secure store using org_id as the username value and the key names in the config file as the key name.
100
-
>>>>>>> v2
101
97
102
98
A slight variant on this approach is available (in User Sync version 2.1.1 or later) to encrypt the
103
99
private key file using the standard RSA encrypted representation for private keys (known as the
0 commit comments