Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In Abiquo 5.0.1+, the user can easily create a user account in a cloud provider when the enterprise already has API credentials. From here the user can also click a link to access the cloud provider portal.

Abiquo displays the public cloud account identifiers on the Credentials tab.

Use cases and requirements

Users will work with this feature when:

1. The reseller created a cloud account for the enterprise and the API credentials are in the user's enterprise, but the user has no console account. 
2. The enterprise's IT administrator created a cloud account for the enterprise and allows the tenant administrator to create a user account

To create a user, your enterprise must have API credentials for the cloud provider with permissions to create users. (When a reseller creates an account in Azure, it now has the User Administrator role to create users). And your user must have the privilege to "Manage user creation in provider".

Create a user

To create a user, the platform will send the following to the cloud provider:

  1. Details from your user account, including the username and email

  2. A password that is generated automatically, using the same method and configuration as the guest password feature 

When you click Create user, Abiquo creates an event with the enterprise ID, user ID, user email, date/time, and cloud provider. 

Abiquo displays the user credentials only once and it does not store the credentials.

Image RemovedImage Added

You can click a link to access the console, for example, for AWS, for the User portal link the platform enters the account number, then the user enters the user and password.

By default, the user in the cloud provider has the same role or groups as the API user of the enterprise. In Azure, this is the built-in Owner role; in AWS, the user is added to the same groups; and in vCloud, the user is an Organization administrator or similar, but you can configure it.

Configure Abiquo properties

To configure this feature, you can set the following Abiquo Configuration Properties:

  • Automatically generated password for new user

    • abiquo.guest.password.length

    • abiquo.guest.password.exclude

  • vCloud define another role for the user

    • abiquo.vdc.org.userRoleName

Configure User interface display

To configure this feature to display in the User interface, you must configure the client.publiccredentials.accountsinfo property in the user interface.

See Configure Abiquo UI