It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Configure role-based access control
editConfigure role-based access control
editRole-based access control (RBAC) provides a way to add multiple users and restrict their access to specific platform resources. In addition to the system admin
and readonly
users, you can utilize pre-built roles to control access to platform operations, deployment assets, or API calls.
Implementing RBAC in your environment benefits you in several ways:
- Streamlines the process of assigning or updating privileges for users as a group, instead of painstakingly managing individual users.
- Limits access to just what’s needed for that user’s job function, isolating company assets.
- Assists with compliance to security and data standards or laws.
-
Adds multiple users by:
- Creating native users locally.
- Integrating with third-party authentication providers like ActiveDirectory, LDAP or SAML.
With RBAC, interacting with API endpoints now requires a bearer token.
Before you begin
editTo prepare for RBAC, you should review the Elastic Cloud Enterprise limitations and known issues.
Available roles and permissions
editBeyond the system users, there are several pre-built roles that you can apply to additional users:
- Platform admin
-
Same access as the
admin
system user. - Platform viewer
-
Same access as the
readonly
system user, which includes being able to view secret and sensitive settings. - Deployment manager
-
Can create and manage non-system deployments, specify keystore security settings, and establish cross-cluster remote relationships. They can also reset the
elastic
password. - Deployment viewer
- Can view non-system deployments, including their activity. Can prepare the diagnostic bundle, inspect the files, and download the bundle as a ZIP file.
The users created in or connected to the ECE platform do not have access to log in to Kibana or Elasticsearch. You can use the deployment level instructions to connect the same Active directory, LDAP, and SAML groups.
Configure security deployment
editThe security deployment is a system deployment that manages all of the Elastic Cloud Enterprise authentication and permissions.
We strongly recommend using three availability zones with at least 1 GB Elasticsearch nodes. You can scale up if you expect a heavy authentication workload.
- Log into the Cloud UI.
-
If prompted, click Create security deployment.
You can check whether a security deployment already exists, and create one if necessary, by going to go to Users, or alternatively Platform and then Settings.
- Configure regular snapshots of the deployment. This is critical if you plan to create any native users.
- Optional: Enable monitoring on the security deployment to a dedicated monitoring deployment.
If you have authentication issues, you check out the security deployment Elasticsearch logs.
Change the order of provider profiles
editElastic Cloud Enterprise performs authentication checks against the configured providers, in order. When a match is found, the user search stops. The roles specified by that first profile match dictate which permissions the user is granted—regardless of what permissions might be available in another, lower-order profile.
To change the provider order:
- Log into the Cloud UI.
- Go to Users and then Authentication providers.
- Use the carets to update the provider order.
Changing the order is a configuration change and you can’t make changes to other providers until it is complete.
Change the user settings
editPlatform admins and users can access user settings. Full name, contact email, and updating the password can be changed by either. The username cannot be changed. The platform admin can also assign roles and disable users.
- For platform admins, the user settings are editable from the Users page.
- For users, they can edit their profile from the Settings page in the upper-right corner.