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
* updating changelog
* new version
* Removing Service (#530)
* solves #524
* changelog
* removing it from the documentation
Co-authored-by: Lucas Borin <[email protected]>
* Refactoring Function Check (#531)
* fixes#526
* changelog
* Start statement at tab position
Co-authored-by: Lucas Borin <[email protected]>
* SUT Dependency (#533)
* forcing cspell to track sut dependencies
* changelog
* fixing #527
Co-authored-by: Lucas Borin <[email protected]>
* changelog
Co-authored-by: Lucas Borin <[email protected]>
Copy file name to clipboardExpand all lines: pages/how-to-configure.md
-12Lines changed: 0 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,18 +82,6 @@ You can import and export a Profile with its Delegates and Checks using a `JSON`
82
82
83
83

84
84
85
-
### Import via API
86
-
87
-
Once you export a profile to a `JSON` file, you can import it using the service created in the [How To Install](how-to-install.md) guide.
88
-
89
-
To consume the API, you have to `POST` the `JSON` file to the service with the respective authentication you configured to the service (usually basic, user/pass) and with the headers `Content-Type` as `application/json` and `action` as `import_profile`.
90
-
91
-
Possible returns:
92
-
93
-
-`HTTP 400 - Bad Request` if the file format is not valid, or if the request has a wrong `Content-Type`;
94
-
-`HTTP 403 - Forbidden` if the profile already exists in the system and the authentication user is not listed as a delegate;
95
-
-`HTTP 500 - Internal Server Error` if the functionality is not working as expected.
96
-
97
85
### Add / Remove All Checks
98
86
99
87
You can add all and remove all the Checks from a Profile, here:
Copy file name to clipboardExpand all lines: pages/how-to-install.md
+1-9Lines changed: 1 addition & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,12 +29,4 @@ It requires you to set the ABAP Test Cockpit (ATC) to run in Code Inspector mode
29
29
30
30
Start the transaction `SU3`, and add/set the user parameter `SATC_CI_MODE` to `X`:
31
31
32
-

33
-
34
-
### 5. Service
35
-
36
-
> :warning: Optional Feature!
37
-
38
-
Start the transaction `SICF`, and create a service using the `Y_CODE_PAL_SERVICE` handler. Use procedure `Standard`, set the security session to `Completely Restricted` and check the `Use all logon procedures`.
39
-
40
-
The client, user, and password will be empty as to will provide the authentication when you consume the API.
0 commit comments