Skip to content
Snippets Groups Projects
Commit 8f8f8168 authored by Jared Kosanovic's avatar Jared Kosanovic
Browse files

Remove empty variable section

This was leftover after doing git-filter-branch to remove the account ID variable.
parent acec242f
No related branches found
No related tags found
No related merge requests found
variables:
stages: stages:
- build - build
......
...@@ -38,7 +38,8 @@ This project was forked from [jbrazda/ic-sagent-docker](https://github.com/jbraz ...@@ -38,7 +38,8 @@ This project was forked from [jbrazda/ic-sagent-docker](https://github.com/jbraz
## Requirements ## Requirements
[requirement]: #requirements [requirement]: #requirements
* Docker. * 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. * 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 ## The Image
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment