Organization groups
Last updated
Was this helpful?
Last updated
Was this helpful?
Information hierarchy plays a vital role in making information accessible, understandable, and actionable for users. The Organization groups are a management feature that helps multi-realm customers manage multiple realms more easily and autonomously.
Users with the ORG:MANAGER
permission will have access to the Organization management page. In this page, they can add other users to the organization groups, allowing the newly added users to browse any company realm with the permissions of their initial realm.
For example, if the user is a manager, they will be able to browse all the realms with manager permissions. However, if they are a viewer, they will only be able to browse the realms with viewer permissions.
First, you should open a chat with the Digibee Support Team to request ORG:MANAGER
permission for a selected person in your organization.After the person receives the permission, they can follow these steps on the Digibee Integration Platform:
On the Platform home page, click Administration in the upper right corner.
Find the section called Organization in the menu on the left. Click Organization groups.
A page opens displaying the group name, number of members, and an edit icon. Click the edit icon to add new users or make changes.
Select the realm where you want to add an Organization manager. Once selected, the email list of users with access to that realm will appear.
Choose the user you want to assign as an Organization manager.
Click the Add user button.
These reports can be used for auditing purposes, managing an organization's realms, and analyzing consumption by realm. You can view the report information in CSV or JSON.
The reports detail the following information:
Deployment reports
Realm
Project
Pipeline name
Pipeline Id
Version
Size
Concurrent executions
Autoscaling
Min. replicas
Max. replicas
Target of replicas
Environment
User email
Trigger name
Last deploy
Pipeline reports
Realm
Project
Pipeline name
Pipeline Id
Version
Trigger name
Created at
Last Modified
To generate the report, you must first create an API credential that must be associated with the organization report.
On the Digibee Integration Platform, click Settings.
In the left menu, click Credentials under Digibee API.
Follow the steps in the form:
Create a username and password.
Select the Organization reports option.
Click Save credentials.
Copy the generated API Key.
Log in to your preferred API tool.
In the Authorization tab, select the Basic Auth option under Auth Type.
Enter the username and password created on the Digibee Integration Platform.
Select the Headers tab and paste the API Key generated on the Digibee Integration Platform.
On the Params tab, under the Query Parameters section, select the format: JSON
or CSV
. Include the date as well.
On the Params tab, under the Path Variables section, include the realm
and reportType
parameters.
When creating the username on the Digibee Integration Platform, the realm
name is automatically added to the username. For example: realmtest-user-digibee
, where realmtest
is the realm name and user-digibee
is the username.
The reports provide information for the entire organization. However, for security reasons, the user must specify the realm in which the credential was created, as it’s required for validation purposes.
To manage multiple realms via Digibeectl, users with the ORG:MANAGER
permission must create new tokens for the desired accounts. Tokens must be created in the user's realm of origin (where the user was created and logs in).
On the home page of the Digibee Integration Platform, click the Settings button in the upper-right corner of the page.
In the menu on the left side of the page, click Digibeectl.
The page will display all previously created tokens. Click the Create button in the upper-right corner of the page.
Enter the required information.
To allow the newly generated token to access all realms in the organization, select the Organization permission for Digibeectl option.
Click the Save button.
Organization reports show details for all pipelines (deployed and undeployed) and every deployment within the realm. These reports can be generated daily using an API Key entered in or other API tools.
If you have not yet set up any accounts for use with digibeectl, first check out the