Running the Configuration Wizard (text mode)
- 15 Jan 2025
- 1 Minute à lire
- SombreLumière
- PDF
Running the Configuration Wizard (text mode)
- Mis à jour le 15 Jan 2025
- 1 Minute à lire
- SombreLumière
- PDF
The content is currently unavailable in French. You are viewing the default English version.
Résumé de l’article
Avez-vous trouvé ce résumé utile ?
Merci pour vos commentaires
All OneSpan Authentication Server images contain the OneSpan Authentication Server Configuration Wizard (ikconfigwizardconsole) to run it in containers in text mode.
You can run the Configuration Wizard in the following ways:
- Locally using a standalone OneSpan Authentication Server container
- Inside a running OneSpan Authentication Server container
To run the Configuration Wizard locally from a OneSpan Authentication Server container, run the following command:
docker run --rm -it \
-u root \
--name ikconfigwizardconsole \
-v $(pwd)/identikeyconfig.xml:/etc/vasco/ias/identikeyconfig.xml \
-v $(pwd)/odbc.ini:/etc/odbc.ini \
onespan_ias_<db_type>:<release_version> \
/opt/vasco/ias/bin/ikconfigwizardconsole --tracefile /dev/stderr
Replace the following:
- db_type. The database type of the active OneSpan Authentication Server instance. This is usually a substring of the image name. Possible values: maria, mssql, oracle.
- release_version. The specific version of the images distributed in the package, e.g. 3.27.0.1234.
Note the following:
- The data attribute of the /VASCO/Storage/ODBC/Data-Sources/Data-Source00/DSN element in the mounted identikeyconfig.xml must correspond to the first section name of the ODBC data source configuration file (odbc.ini).
- The IP address or domain name in the SERVER field of the mounted odbc.ini file must be accessible from the local machine.
The Configuration Wizard binary expects an /etc/odbc.ini and /etc/vasco/ias/identikeyconfig.xml mounts with valid ODBC data source configuration. These files can be copied from an active OAS container.
Cet article vous a-t-il été utile ?