Create new tenants using the Armory CLI

CD-as-a-ServiceFeature

It is now possible to create new tenants using the Armory CLI. By creating different tenants, Administrators can separate different teams into different tenants to create a clear separation of ownership. Organization Admins, can assign tenant admin grants to users. Tenant admins, can access the configuration tab within their tenants and add new agents, secrets, integrations etc.

You can learn more about creating tenants from our documentation page. Alternatively, you can create a tenant by simply adding a top level element tenants to your config file that defines roles.

roles:
  - name: Tenant Admin Role
    tenant: application-1
    grants:
      - type: api
        resource: tenant
        permission: full
tenants:
  - main
  - application-1
Armory logo

Sep

15

New on the deployment graph: Deployment triggers with source context!

CD-as-a-ServiceFeature