@Hello!
I've issue that maybe you would know how to solve, description:
I am using FME Server 2020 docker-compose version and I would like to automate its deployment to my purpose - by adding a script that is creating repository/publishing/running some .fmws on it by REST API. The script would be another docker in docker-compose file.
Unfortunately, you have to change FME Server admin password just after the installation to do operation there, and I don't see any other way than doing it manually in the UI. I've tried doing it by REST API but I get:
Authentication failed: Password needs to be changed and must be reset. Please login to the web interface to update your password
Is there another way to manage this manual step in my deployment process? Another ideas how to automate such operation are welcome!
Thank you for reading! 😎