From 8f8f8168d0a90405f66226038a8e931b81d9d2bf Mon Sep 17 00:00:00 2001
From: Jared Kosanovic <jared.kosanovic@wisc.edu>
Date: Wed, 10 Jun 2020 22:27:20 +0000
Subject: [PATCH] Remove empty variable section

This was leftover after doing git-filter-branch to remove the account ID variable.
---
 .gitlab-ci.yml | 2 --
 README.md      | 3 ++-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c6f910b..6dcd6f7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,3 @@
-variables:
-
 stages:
   - build
 
diff --git a/README.md b/README.md
index 1068108..ef74073 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,8 @@ This project was forked from [jbrazda/ic-sagent-docker](https://github.com/jbraz
 ## Requirements
 [requirement]: #requirements
 * Docker.
-* An IICS user account and password for your organization that has appropriate rights to create and manage secure agents.  This user will be used to login to the Informatica APIs to register the agent.
+* An IICS user account and password for your organization that has appropriate rights to create and manage secure agents. This user will be used to login to the Informatica APIs to register the agent.
+At a minimum, the user should be assigned a role that has Create, Read, and Update privileges for the "Secure Agent" and "Secure Agent Group" asset types.
 * Your Informatica POD and REGION, which can be inferred from https://${POD}.${REGION}.informaticacloud.com/.  Defaults are set to POD=usw3 and REGION=dm-us, but can be overriden with Docker environment variables.
 
 ## The Image
-- 
GitLab