기술 자료

Development

User Acquisition

Monetization

산업 분야

Self-Hosted Deployment

Amazon Web Services

Microsoft Azure

On premises

vpctl

Self-Hosted Deployment

이 페이지는 선택한 언어로 제공되지 않습니다.
​
​
Self-Hosted Deployment
  • Overview
  • Amazon Web Services
    • Release notes
    • Installation
      • Infrastructure overview
      • Prerequisites
      • Deployment
      • Postdeployment
        • Set up the identity subsystem
        • Set up backups for Percona Server for MongoDB
        • Set up Percona Monitoring and Management
        • Migrate data to Percona Server for MongoDB
      • Security
      • Costs
    • Maintenance
  • Microsoft Azure
  • On premises
  • Administration
  • Security
  • vpctl
  1. Self-Hosted Deployment (previously called Unity Virtual Private Cloud)
  2. Self-Hosted Deployment in Amazon Web Services
  3. Installation

Set up the identity subsystem

Set up the identity subsystem, based on Keycloak
읽는 시간 1분
최근 업데이트: 한 달 전

Unity Virtual Private Cloud includes an identity provider and broker component based on Keycloak. Keycloak includes these major capabilities:
  • Authentication and authorization
  • Storage of information about users and service accounts keys
Keycloak is included in the above deployment, but you must perform customer-specific postdeployment and administration tasks.

1. Access Keycloak

To access the Keycloak admin console from a browser, enter a URL in this format:
https://<domain_name>/auth/admin/master/console/
The default user is admin. To retrieve the password, run this command:
kubectl get -n asset-solutions secret keycloak -o jsonpath="{.data.admin-password}" | base64 --decode

Change the default admin credentials

The keycloak admin credentials are static and aren't tied to any identity provider.
When you sign in for the first time, change the default admin credentials:
  1. In the Keycloak admin console, switch to the default realm, that is, the master realm.
  2. Go to Users, and then select the
    admin
    user.
  3. On the Credentials tab, select Reset password.
  4. Enter a new password.
  5. Turn off Temporary.
  6. Record the credentials somewhere secure.

2. Complete the setup of the identity subsystem

To complete the setup of the identity subsystem, ensure that you are signed in to Keycloak, and then go to the unity realm.

2.1 Regenerate the secret for the
mini-usf
client

To regenerate the secret, complete these steps:
  1. In the Keycloak admin console, switch to the unity realm.
  2. Go to Manage > Clients, and then select the mini-usf client.
  3. On the Credentials tab, select Regenerate next to the client secret.
  4. Copy the secret to the clipboard.
  5. Save the secret:
    1. Use the copied secret to redefine the keycloak_mini_usf_clientsecret variable in the directory
      aws/terraform/tfvars/{region}.tfvars
      .
    2. From the directory
      aws/terraform
      , run this command:
    make apply-us-east-1
  6. To restart the mini-usf pods in Kubernetes and apply the new secret, run this command:
    kubectl rollout restart deployment -n asset-solutions mini-usf

2.2 Set up the URI properties for the dashboard client

To redirect the browser back to the frontend after a successful sign-in, add a valid redirect URI.
  1. Go to Manage > Clients, and then select the dashboard client.
  2. On the Settings tab, modify these values:
    • Set Root URI to
      https://<solution-domain-name>
      .
    • Set Valid redirect URIs to
      https://<solution-domain-name>/*
      .
  3. Select Save.

3. Perform administration tasks

  1. Complete the initial solution onboarding.
  2. If required, set up single sign-on (SSO) for the identity subsystem.
  3. If you don't use SSO, then create users in Keycloak.
  4. Grant user access to the organization.
  5. Optionally, configure monitoring integration in parallel or later.
After you have completed these steps, users can access the application.

Copyright © 2026 Unity Technologies
법률 정보개인정보 처리방침쿠키Documentation Terms of Use개인 정보 판매 또는 공유 금지개인정보 보호 선택(쿠키 설정)

'Unity', Unity 로고 및 기타 Unity 상표는 미국 및 기타 지역 내 Unity Technologies 또는 그 계열사의 상표 또는 등록상표입니다(자세한 내용은 여기에서 확인하세요). 기타 명칭 또는 브랜드는 해당 소유자의 상표입니다.

일부 페이지는 편의를 위해 기계 번역되었으며 부정확한 내용이 있을 수 있습니다. 정보가 상충되는 경우, 영어 버전을 우선으로 참조하세요.

  • 보고 있는 페이지
    • 1. Access Keycloak

      • Change the default admin credentials

    • 2. Complete the setup of the identity subsystem

      • 2.1 Regenerate the secret for the mini-usf client

      • 2.2 Set up the URI properties for the dashboard client

    • 3. Perform administration tasks


이 페이지의 문제 보고
​
​