bugy / script-server

Web UI for your scripts with execution management
Other
1.52k stars 244 forks source link

Pass audit information to a script #617

Closed seb0uil closed 1 year ago

seb0uil commented 1 year ago

Hi, Same as issue #599 , I have some scripts which need audit informations (I use username and proxiedip provided after oauth authentication). I will push a PR to use environment variables, starting with 'EXECUTION' to expose these values

bugy commented 1 year ago

Hi @seb0uil you can pass audit information via parameters See here: https://github.com/bugy/script-server/wiki/Script-config#--default

seb0uil commented 1 year ago

Wow, looks like I didn't read the doc enough