Skip to content

Commit

Permalink
update upgrade prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
sivan-hajbi-imperva committed Nov 1, 2023
1 parent 43b7000 commit 154166e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -998,6 +998,13 @@ Before using eDSF Kit to upgrade DSF Hubs and Agentless Gateways, it is necessar
5. Latest Supported Terraform Version: 1.6.x. Using a higher version may result in unexpected behavior or errors.
6. The upgrade requires permission and network access (SSH) from your computer or the installer machine (depending on your choice of upgrade mode) to the deployed environment on AWS.
If the DSF environment has not been deployed using the eDSF Kit, it is also necessary to satisfy the following prerequisites:
1. Allow outbound connections from the DSF Husb and Agentless Gateways to the S3 bucket containing the DSF installation software.
2. Grant the DSF Hubs and Agentless Gateways IAM roles access to the DSF installation software, use the permissions specified here - [IAM Permissions for Granting Access to DSF Installation](/permissions_samples/DSFIntallationAccessPermissions.txt).
3. AWS CLI installed on the DSF Hubs and Agentless Gateways.
## Upgrade Software Location and Versioning
When using eDSF Kit, there is no need to manually download the DSF installation software, eDSF Kit will do that automatically based on the Sonar target version specified in the Terraform example.
Expand Down
17 changes: 17 additions & 0 deletions permissions_samples/DSFIntallationAccessPermissions.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "InstallationAccessPermissions",
"Action": [
"s3:GetObject",
"s3:ListBucket"
],
"Effect": "Allow",
"Resource": [
"arn:aws:s3:::1ef8de27-ed95-40ff-8c08-7969fc1b7901",
"arn:aws:s3:::1ef8de27-ed95-40ff-8c08-7969fc1b7901/*"
]
}
]
}

0 comments on commit 154166e

Please sign in to comment.