Would you please tell me the default setting of the following sessions on API Gateway?
1. SSH session to API Gateway remotely
2. Policy Manager session
3. Oauth Manager session
How to change the default settings of timeout for the above sessions?
Release : 10.0
Component : API GATEWAY
SSH session to API Gateway remotely
OS TIMEOUT is the main timeout variable for login session:
https://www.linuxquestions.org/questions/red-hat-31/extend-ssh-time-out-in-rhel6-4175505780/
This is set to 600 sec in the gateway by default
#vi /etc/ssh/sshd.conf
# Per CCE: Set ClientAliveInterval 600 in /etc/ssh/sshd_config
ClientAliveInterval 600
Policy Manager session
You can change this in policy manager
Top menu -> file -> preferences -
You can change Inactivity Timeout (in minutes) (you can increase to 60 for max)
OAuth Manager session timeout
In Policy Manager, go to: OTK > Customization > oauth manager > #oauth manager config
Look for OR add following assertion and update the value accordingly:
Set Context Variable session.lifetime.s as String to Value of the timeout