From 224c7623e679423eb04a99d7622e6c1342a7d810 Mon Sep 17 00:00:00 2001 From: Jared Kosanovic <jared.kosanovic@wisc.edu> Date: Tue, 16 Jun 2020 19:25:42 +0000 Subject: [PATCH] Remove mention of requesting access Repo is public now, no access request needed! --- docs/concepts.md | 1 + docs/howto.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/concepts.md b/docs/concepts.md index bcbc5a9..46707f7 100644 --- a/docs/concepts.md +++ b/docs/concepts.md @@ -20,6 +20,7 @@ The Secure Agent program is upgraded automatically by Informatica, but you are r The DoIT Integration Platform team has experience managing secure agents. We run our secure agent in a Docker container on Linux, hosted by Amazon Web Services (AWS). +[The Secure Agent Docker image is available here](https://git.doit.wisc.edu/interop/iics/iics_secure_agent) if you want to build and try it yourself. We use AWS Elastic Container Service (ECS) to manage the secure agent deployment environment. By allowing ECS to run the Secure Agent container, we can make sure that the Secure Agent is always running because ECS would bring up a new instance if the current instance crashed. diff --git a/docs/howto.md b/docs/howto.md index 93bf49d..0d86880 100644 --- a/docs/howto.md +++ b/docs/howto.md @@ -16,8 +16,8 @@ Java heap size can be increased according to the [KB](https://kb.informatica.com ## How can I deploy my own Secure Agent ? [which-firewall]: #how-can-i-deploy-my-own-secure-agent- -AIS/EI maintains a Docker [image](https://git.doit.wisc.edu/interop/iics/iics_secure_agent/blob/master/README.md#iics-secure-agent-docker-image) -([reach out](../README.md) to us if you would like to access it), that can be used for your own Secure Agent deployments. See also Informatica [documentation](https://docs.informatica.com/integration-cloud/cloud-platform/current-version/administrator/runtime-environments/secure-agents.html) on Secure Agents. +[AIS/EI maintains a Docker image](https://git.doit.wisc.edu/interop/iics/iics_secure_agent/blob/master/README.md#iics-secure-agent-docker-image) that can be used for your own Secure Agent deployments. +See also Informatica [documentation](https://docs.informatica.com/integration-cloud/cloud-platform/current-version/administrator/runtime-environments/secure-agents.html) on Secure Agents. ## How to create a Manifest group for your team for access control? [manifest-group]: #how-to-create-a-manifest-group-for-your-team-for-access-control -- GitLab