1Password: ZUS in the Cloud
Prerequisite: ZUS in the Cloud service is deployed in your AWS account. Contact Zilla Customer Support to set up ZUS in the Cloud in your AWS account. For more information, refer to this article.
Note: If there’s an existing 1Password application previously added to application list in your tenant, create a new application instance for the ZUS in the cloud integration instead of updating existing app in your tenant.
If you have enabled MFA on the account used in this integration, please set isMfaEnable
to true in the app’s secrets. When isMfaEnabled
is set, it will ask for MFA code while syncing the integration. If you want Zilla to automatically generate TOTP based MFA code, please set mfaSecret
in the app’s secrets. Value of mfaSecret
field would be the secret copied while setting up the MFA for the first time which we normally see below the QR, which is scanned by Microsoft authenticator or third party authenticator to generate OTP.
Step-By-Step Instructions to Set up ZUS in the Cloud sync
Login to the AWS account in which ZUS in the Cloud service is running.
Navigate to Secrets Manager. Click
Store a new secret
.Select Secret type as
Other type of secret
. Add the Key/value pairs as below:
key:domain
, value: <Domain of the 1Password account> (e.g.team-zilla.1password.com
)
key:username
, value: <Email of the admin account>
key:password
, value: <Password of the admin account>
key:secretKey
, value: <Secret key of the admin account>.Click
Next
.Give the name to the secret: Copy the app ID from the Zilla URL and name the secret as
Zilla_App_<app ID>
.Click
Next
andNext
again.Click
Store
.Secret will get saved.
Enable the cloud sync by checking the box. Also configure the scheduled sync frequency and start date. Then click
Sync Now
/Next
.