proycon / clam

Quickly turn command-line applications into RESTful webservices with a web-application front-end. You provide a specification of your command line application, its input, output and parameters, and CLAM wraps around your application to form a fully fledged RESTful webservice.
https://proycon.github.io/clam
GNU General Public License v3.0
129 stars 17 forks source link

Username not passed properly for actions #88

Closed proycon closed 4 years ago

proycon commented 4 years ago

As reported by a user:

However, when I try to use the $USERNAME variable in one of my ACTIONS definitions, it always returns ‘anonymous’, regardless of the user currently logged in.