bradtumy / forgerock-rcs-docker

a containerized image for ForgeRock's Remote Connector Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

forgerock-rcs-docker

About

This is a containerized implementation of ForgeRock's Remote Connector Server. This is typically used as an on premise connector when syncing data between an external source and ForgeRock's Identity Cloud.

Getting Started

Prerequisites

  • I used a specific version of the RCS file from ForgeRock to build this. A future update could be made to use newer versions. Also, for enterprise users you'll likely put this into Artifactory and build from there.

Clone this repo

Use git clone or clone however you prefer.

Build Image

docker build -t demo/forgerock-rcs .

Start Docker container using image

docker run -d -p 8759:8759 demo/forgerock-rcs

Usage

About

a containerized image for ForgeRock's Remote Connector Service

License:Apache License 2.0


Languages

Language:Dockerfile 100.0%