Infoworks uses a JWT token for internal services communication, this token has to be updated by March 8th, 2022


Effected Infoworks Versions: 2.9.x,3.x.x , 5.x and 5.1.x

 

Please follow the below steps to update the token


1. Open conf.properties file


vi /opt/infoworks/conf/conf.properties

 

2. Update the value of  default_delegation_token property with the below value


eyJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1NjAzMzczMTQsInN1YiI6IntcbiAgXCJsb2dpbl9hdHRyaWJ1dGVcIiA6IHtcbiAgICBcImtleVwiIDogXCJlbWFpbFwiLFxuICAgIFwidmFsdWVcIiA6IFwiYWRtaW5AaW5mb3dvcmtzLmlvXCJcbiAgfSxcbiAgXCJlbWFpbFwiIDogXCJhZG1pbkBpbmZvd29ya3MuaW9cIixcbiAgXCJzY29wZVwiIDoge1xuICAgIFwiYWN0aW9uXCIgOiBcInJlZnJlc2hfdG9rZW5cIlxuICB9XG59IiwianRpIjoiNjUyZTIxYmMtOWFmZC00MTQ2LWI4YjgtOWRkZDNmZGQ5Mzk0IiwiZXhwIjoxODk5MTgwMTQzfQ.M071kTET7XpmBbMqvhsUZ8N_vanAG8mTAiGuSkZ5Jwo

 

3. Restart all Infoworks services 


source /opt/infoworks/bin/env.sh 

${IW_HOME}/bin/stop.sh all mongo

${IW_HOME}/bin/start.sh mongo all 


Note : For Infoworks 5.x and 5.1.x versions, a restart of interactive clusters is required


Please reach out to support@infoworks.io if you have additional questions.