I am a little confused about ltpa configuration within sametime.
We have a connections ltpa.key which we use within st docker (dev environment) and st kubernetes (poc).
The documentation for docker tells me to use the following parameter within custom.env for sametime.ini
STI_ST_BB_NAMES_ST_AUTH_TOKEN=Fork:Jwt,Ltpa
BTW: This setting in your documentation (https://bityl.co/IhzR) is wrong because of the missing second "underscore"; maybe you want to correct this. Should be look like this
STI__ST_BB_NAMES__ST_AUTH_TOKEN=Fork:Jwt,Ltpa
If i check the documentation about Kubernetes (https://bityl.co/Ihzc), i miss this parameter.
I do set this parameter within the values.yaml within the sametime.ini section.
sametimeIni: {}
STI__ST_BB_NAMES__ST_AUTH_TOKEN=Fork:Jwt,Ltpa
Is this correct ? or not needed for Kubernetes ?