Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
marest94 committed Feb 20, 2024
1 parent 2909517 commit 8bbc0f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/TRUEConnector/prerequisite.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,11 @@ By regularly updating SSH keys every three months, administrators will enhance t

## Secure DB

It's mandatory to set **AES256-SECRET-KEY** which is valid password for column encryption with AES256 algorithm.
It's mandatory to set **AES256-SECRET-KEY** as OS variable which is valid password for column encryption with AES256 algorithm.

## Post configuration steps

Once TRUE Connector is successfully configured and is up and running, responsible user for setting up environment and configuring connector should generate new passwords for 2 type of users required for operating with connector. More information how to do this can be found [here](https://github.com/Engineering-Research-and-Development/true-connector-execution_core_container/blob/1.14.8/doc/SECURITY.md#change-default-password).
Once TRUE Connector is successfully configured and is up and running, responsible user for setting up environment and configuring connector should change existing TRUE Connector users, more information about user management can be found here [here](../user_management.md).

Make sure to update following properties to address your usecase:

Expand Down
2 changes: 1 addition & 1 deletion doc/selfDescriptionAPI/changepassword.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
If you want to change password for connector users, this can be done via following endpoint

```
/notification/password/{new_password}
/api/password/{new_password}
```
Using this endpoint, it is guaranteed that the password strength rules configured in the `application.properties` file will be enforced.

Expand Down

0 comments on commit 8bbc0f1

Please sign in to comment.