Written by

Sales Engineer Manager at InterSystems
Question Tani Frankel · Feb 8, 2023

Configuration (CPF) Merge with Authentication Configuration Sample?

Does anyone happen to have a sample Configuration (CPF) Merge file that includes Action parameters setting up authentication methods (e.g. Password, Kerberos) for certain Services and Web Applications (e.g. via the ModifyService or Modify/CreateApplication AutheEnabled property)?

Thanks!

Comments

Matt Gage · Feb 8, 2023

I use this to enable OS level authentication for the terminal service inside a container to prevent prompting for login when accessing the IRIS command line inside a container. 

[Actions]
ModifyService:Name=%Service_Terminal,AutheEnabled=16
0
Dmitry Maslennikov  Feb 9, 2023 to Matt Gage

%Service_Terminal in Docker images already has OS Auth enabled by default

0