Skip to content

Escape invalid characters from ioc name

All characters except alphanumberic, hyphen and underscore are converted to underscore. This affects directories, systemd service and environment variables. It introduces a new environment variable, IOCNAME_SLUG, which contains the slugified value of IOCNAME.

JIRA ICSHWI-4659

Merge request reports