Configure User Information in AWS Outgoing CloudWatch Requests

Perform the following steps to configure user information in AWS outgoing CloudWatch requests.

  1. To add Privacera user info into AWS outgoing request for CloudWatch, include the following property in the vars.dataserver.aws.yml file:
    YAML
    1
    2
    3
    4
    DATASERVER_AWS_PROFILE_PROPERTIES:
    - PROFILE_NAME: "aws_account1"
      PROFILE_PROPERTIES:
        - REQUEST_INCLUDE_USERINFO: "true"
    
  2. Once the properties are configured, refer to the Privacera Manager Quickstart.
  1. In PrivaceraCloud, navigate to Settings -> Applications.
  2. On the Connected Applications screen, select S3.
  3. On the screen, click the edit icon,and then click on Access Management -> ADVANCED tab.
  4. Add the following property with the appropriate value for <your_profile_name>:
    Properties
    dataserver.aws.<your_profile_name>.request.include.userinfo=true
    
  5. Click the Test Connection button to verify the connection.
  6. Once the connection is successful, click Save.

Comments