Skip to content

Commit

Permalink
updated doc for AWS secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
mlodic committed Nov 5, 2024
1 parent 9e4efbc commit 1901d0c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/IntelOwl/advanced_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,11 +208,13 @@ You need to configure the environment variable `AWS_SES` to `True` to enable it.

You can use the "Secrets Manager" to store your credentials. In this way your secrets would be better protected.

Instead of adding the variables to the environment file, you should just add them with the same name on the AWS Secrets Manager and Intel Owl will fetch them transparently.
First you need to set the environment variable `AWS_SECRETS` to `True` to enable this mode.

Obviously, you should have created and managed the permissions in AWS in advance and accordingly to your infrastructure requirements.
Then, instead of adding the variables to the environment file, you should just add them with the same name on the AWS Secrets Manager and Intel Owl will fetch them transparently.

Also, you need to set the environment variable `AWS_SECRETS` to `True` to enable this mode.
Beware! Any left environment variable would be prioritized. So, you want to use your secrets in AWS, make sure to have removed the related environment variables locally.

Obviously, you should also have created and managed the permissions in AWS in advance and accordingly to your infrastructure requirements.

#### NFS

Expand Down

0 comments on commit 1901d0c

Please # to comment.