Prisam cloud

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Prisam cloud

L2 Linker

Hi,
   I am new to prisma cloud,
     1. I can able to view ec2 instances but i cannot list the s3 buckets
     2. When i try to integration with s3 with prisma cloud , test failed.

balasuriyas_0-1728542185426.png

 

1 accepted solution

Accepted Solutions

You will need to create an IAM role in your AWS Account following this part of the documentation.

https://docs.prismacloud.io/en/enterprise-edition/content-collections/administration/configure-exter...

 

You will click on "Generate" on the "add s3 integration" page and include the generated external ID as part of the trusted policy for the above-mentioned role.

OOmotayo_0-1729050248919.png

 

The external ID will be included as part of the trust policy for the role. See example below.

{
  "Version": "2012-10-17",
  "Statement": {
    "Effect": "Allow",
    "Principal": {"AWS": "188619942792"},
    "Action": "sts:AssumeRole",
    "Condition": {"StringEquals": {"sts:ExternalId": "12345"}}
  }
}

You will enter the Role ARN and S3 URI {{format "s3://bucketname/" or "s3://bucketname/folder/"} and region where the bucket was created{example= us-east-1} details on the S3 integration page on prisma cloud, click next to complete the Integration

View solution in original post

4 REPLIES 4

L2 Linker

Hello @B.Suriya 

 

Please review the documentation below on the step by step process to configure S3 Integration with Prisma Cloud.

 

https://docs.prismacloud.io/en/enterprise-edition/content-collections/administration/configure-exter...

 

Let me know if you need additional assistance.

i followed a documentation while doing integrtaion test integrtaion failed i need some clear understanding of external id what to do with external id?
in the cft template there is a external whether i should use that or to generate it. i stuck in that area..

You will need to create an IAM role in your AWS Account following this part of the documentation.

https://docs.prismacloud.io/en/enterprise-edition/content-collections/administration/configure-exter...

 

You will click on "Generate" on the "add s3 integration" page and include the generated external ID as part of the trusted policy for the above-mentioned role.

OOmotayo_0-1729050248919.png

 

The external ID will be included as part of the trust policy for the role. See example below.

{
  "Version": "2012-10-17",
  "Statement": {
    "Effect": "Allow",
    "Principal": {"AWS": "188619942792"},
    "Action": "sts:AssumeRole",
    "Condition": {"StringEquals": {"sts:ExternalId": "12345"}}
  }
}

You will enter the Role ARN and S3 URI {{format "s3://bucketname/" or "s3://bucketname/folder/"} and region where the bucket was created{example= us-east-1} details on the S3 integration page on prisma cloud, click next to complete the Integration

connect the Jenkins server:
  From the documentation 
   https://docs.prismacloud.io/en/enterprise-edition/content-collections/application-security/get-start...
       In the step:2 what should i do my Jenkins integration are in pending state

  

BSuriya_0-1729066448091.png

  • 1 accepted solution
  • 866 Views
  • 4 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!