ComputerScienceHouse / proxstar

VM self-service tool for Computer Science House that integrates with Proxmox and STARRS
https://csh.rit.edu/projects/2018/04/12/proxstar.html
MIT License
23 stars 21 forks source link

Use Token over User/PW #177

Closed jabbate19 closed 2 years ago

jabbate19 commented 2 years ago

Each time a ticket was made, it's coming up as an authorization in auth log. That's not good and also not the advised way to use API calls for long periods of time. I made the api account a token we can use. Same permissions, better authorization method.