文档

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
    • Maintenance
      • Autoscaling of pods
      • Backup and recovery
      • Test and troubleshoot your solution
      • Health checks
      • Rotate secrets
      • Upgrade
      • Migrate Mini-USF to v2
      • Move Unity Licensing Server storage to EBS
      • Migrate Elasticsearch to the ECK operato
      • Service limits
  • 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. Maintenance

Rotate the secrets

Regenerate the secrets in Amazon Web Services Secrets Manager
阅读时间1 分钟
最后更新于 1 个月前

Amazon Web Services (AWS) Secrets Manager stores the secrets.
When rotating secrets, consider the requirements:
  • For most secrets, you don't need to take additional steps.
  • For Keycloak client secrets, you must rotate the secrets using the Keycloak admin console and in the Terraform configuration.

Rotate the mini-usf Keycloak client secret

Because the default mini-usf client secret isn't randomly generated, you must rotate it.
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

Copyright © 2026 Unity Technologies
法律信息隐私政策CookiesDocumentation Terms of Use请勿出售或分享我的个人信息您的隐私选择(Cookie 设置)

“Unity”、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属公司在美国和其他地方的商标或注册商标(此处查看更多信息)。其他名称或品牌是其各自所有者的商标。

为方便起见,一些页面是机器翻译的,可能包含不准确的内容。如有信息不一致的情况,以英文版本为准。

  • 在本页上
    • Rotate the mini-usf Keycloak client secret


报告此页面的问题
​
​