radiantone/fid

By radiantone

Updated 5 days ago

RadiantOne FID

Helm
Image
Security
4

100K+

radiantone/fid repository overview

Important Advisory: Appropriate Use of Docker Image Versions

Please be advised that versions of this Docker image with a tag of 8 or above (such as 8.0, 8.0.1, etc.) are intended exclusively for use with our proprietary cloud solutions. These versions are NOT suitable for self-managed or customer-controlled deployments and should not be pulled directly from the repository, even if they are publicly accessible.

For self-managed or customer-controlled deployments, please pull the images with tags starting with 7.3, 7.4 (such as 7.3.30, 7.4.10, etc.). These are the officially supported versions.

What is FID?

RadiantOne FID includes a powerful identity integration layer based on our patented identity virtualization technology, as well as HDAP, our big data-driven LDAP V3 directory store. RadiantOne FID is fast, flexible, and fundamental to ROI across any identity project, whether it’s providing SSO for SiteMinder or cloud federation, facilitating directory migration, enabling dynamic groups for applications like SharePoint, provisioning cloud directories, or getting more from Active Directory.

This version does not include Eclipse and Context Builder.

How to use this image

Start an FID server instance

As daemon

docker run -d --hostname=myfid -e LICENSE="Valid FID License" -p 7070:7070 -p 7171:7171 -p 8089:8089 -p 8090:8090 -p 2389:2389 -p 2636:2636 radiantone/fid:7.4

As interactive

docker run -it --hostname=myfid -e LICENSE="Valid FID License" -p 7070:7070 -p 7171:7171 -p 8089:8089 -p 8090:8090 -p 2389:2389 -p 2636:2636 radiantone/fid:7.4

Access the control panel at https://[docker host/IP]:7171

Requirements:
  • must pass the hostname as docker generates hostname that starts with a number.
  • a valid FID license to run this image.

Container shell access and viewing FID logs

The docker exec command allows you to run commands inside a Docker container. The following command line will give you a bash shell inside your FID container:
docker exec -it myfid bash

The fid install log is available through Docker's container log:

docker logs myfid

FID installation location is /opt/radiantone/vds

RLI_HOME=/opt/radiantone/vds

Environment Variables

When you start the image, you can pass one or more environment variables on docker run command. For example, you can pass the password for FID instance as FID_PASSWORD or the root user as FID_ROOT_USER.

The default user name and password -- cn=directory manager and secret1234

Where is the data stored?

By default all container images are ephemeral, meaning when the container stops, the data is lost. If you need to persist the data, you need to use volumes.
docker volume create myfid-vol
docker run -d --hostname=myfid --name myfid -v myfid-vol:/opt/radiantone -e LICENSE="Valid FID License" -p 7070:7070 -p 7171:7171 -p 8089:8089 -p 8090:8090 -p 2389:2389 -p 2636:2636 radiantone/fid:7.4

If volumes are used, the installation and configuration are persisted. When the container is restarted with that volume, the existing installation is reused. You will have to delete the volume if need a fresh installation.

Tag summary

Content type

Image

Digest

sha256:bac642a7d

Size

422 MB

Last updated

5 days ago

docker pull radiantone/fid:8.4.5