You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DOCUMENTATION.md
+6-9Lines changed: 6 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,9 +113,7 @@ on your behalf.
113
113
114
114
With Client Credentials, you need to provide the credentials (Client ID, Client Secret) configured for your OAuth client.
115
115
You can create and configure an OAuth clients in the `Admin & Settings` section of your Celonis account, under `Applications`.
116
-
The OAuth client needs to have scopes configured based on the area of commands they're using, e.g.:
117
-
- For Studio commands: studio,
118
-
- Data Pipeline/Data Pool commands: integration.data-pools,
116
+
The client needs to have all four scopes configured: "studio", "integration.data-pools", "action-engine.projects" and "package-manager".
119
117
After creating an OAuth client, you should assign it the permissions necessary for the respective commands. More
120
118
information on registering OAuth clients can be found [here](https://docs.celonis.com/en/registering-oauth-client.html).
121
119
@@ -643,11 +641,11 @@ This mapping should be saved and then used during import.
643
641
Since the format of the variables.json file on import is the same JSON structure as the list variables result, you can either map the values to the variables.json file for each variable, or replace the variables.json file with the result of the listing & mapping altogether.
644
642
If the mapping of variables is skipped, you should delete the variables.json file before importing.
645
643
646
-
#### Finding staging nodes
644
+
#### Finding nodes
647
645
648
-
The **config nodes find** command allows you to retrieve information about a specific node within a package in the staging environment.
646
+
The **config nodes find** command allows you to retrieve information about a specific node within a package.
649
647
650
-
##### Find a node
648
+
##### Find a staging node
651
649
To find a specific node in a package, use the following command:
0 commit comments