Re: Plain text token in config!

2021-04-08 Thread bouvierh
Thanks for your help!! Are there any other ways that I might have missed? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,291202,291206#msg-291206 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Plain text token in config!

2021-04-08 Thread bouvierh
Thanks for your help!! Are there any other ways that I might have missed? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,291202,291205#msg-291205 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Plain text token in config!

2021-04-08 Thread Sergey A. Osokin
Hi Hugues, hope you're doing well. On Thu, Apr 08, 2021 at 02:58:01PM -0400, bouvierh wrote: > Hello! > > I currently use Nginx as a reverse proxy for my backend services. > > Nginx authenticates itself to the backend services using a Token that is > generated by a process every 10 minutes and

Plain text token in config!

2021-04-08 Thread bouvierh
Hello! I currently use Nginx as a reverse proxy for my backend services. Nginx authenticates itself to the backend services using a Token that is generated by a process every 10 minutes and that process is writing the token in the config file and reloading nginx regularly: location / { prox