Sign inSign up

soffid/iam-console

By soffid

•Updated 15 days ago

Soffid IAM console

Image
0

50K+

soffid/iam-console repository overview

This is the main Soffid console container. Requires a database container to store Soffid information.


Supported databases are:

  • Maria DB

  • MySQL

  • PostgreSQL

  • Oracle

  • MS SqlServer


Environment variables to set:


Variable

Description

Example

DB_URL

JDBC URL

jdbc:mariadb://dbcontainer/soffid

DB_USER

Database user

Soffid

DB_PASSWORD

Database password

5uper5ecret

JAVA_OPT

Java virtual machine options

-Xmx4096m

SECURE

(optional) Enables the Java Security Manager

true

SOFFID_TRUSTED_SCRIPTS

(optional) Allows you to use insecure classes. Available since console version 3.5.6

true or false

HIDE_MENU

(optional) Allows you to hide the Console menu options. Available since console version 3.5.6

soffid.admin You can choose the proper option from the Console.yaml file.

AUTH_METHODS

(optional) Allows to force the authentication mechanisms. This configuration overrides the one configured in the authentication option of the Soffid console. Available since console version 3.5.6

Options SAML PASSWORD SAML PASSWORD



Additional parameters to configure the database connections. Allows you to establish the min and the max of database connections:

Variable

Description

Example

DBPOOL_MIN_IDLE

The minimum number of connections should be kept in the pool at all times

1 or 2

DBPOOL_MAX_IDLE

The maximum number of connections should be kept in the pool at all times.

between 10 and 15

DBPOOL_INITIAL

The connections number will be established when the connection pool is started.

3 or 4

DBPOOL_MAX

(optional) The maximum number of active connections that can be allocated. If no value is indicated, the default value is 30. The transaction fails if the maximum connections are reached within 30 seconds and no connection is released.

25

Tag summary

Content type

Image

Digest

sha256:9335ee630…

Size

524.4 MB

Last updated

15 days ago

docker pull soffid/iam-console