commit cb420bfbb2e4e67e92358107a2ee4595bd4ad6af
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Fri Jun 25 14:30:44 2021 -0500
feat(callback): allow for raw strings to be sent out.
M cmds/callback/callback.go
M cmds/callback/content/params/callback.callbacks.yaml
commit ccd132f8177f12e88a8f8652fca1848c99b2fa63
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Fri Jun 25 14:33:07 2021 -0500
feat(vmware): add a few more isos
A cmds/vmware/content/bootenvs/esxi-RKN-DEL-ESXI-701_18150133-A05.yaml
A cmds/vmware/content/bootenvs/esxi-RKN-HPE-ESXI-701_18150133-Custom-AddOn_701.0.0.10.7.0-71.yaml
A cmds/vmware/content/bootenvs/esxi-RKN-LVO-ESXI-7.0.1_18150133-LVO.701.10.3.yaml
A cmds/vmware/content/templates/esxi-RKN-DEL-ESXI-701_18150133-A05.boot.cfg.tmpl
A cmds/vmware/content/templates/esxi-RKN-HPE-ESXI-701_18150133-Custom-AddOn_701.0.0.10.7.0-71.boot.cfg.tmpl
A cmds/vmware/content/templates/esxi-RKN-LVO-ESXI-7.0.1_18150133-LVO.701.10.3.boot.cfg.tmpl
commit 0d8583dc015f6d5f3b36a8eade14d4e563d84e39
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Wed May 26 15:35:52 2021 -0500
feat(endpoint-exec): Allow different tokens
Allow for RS_TOKEN to be set to something besides the superuser token
that the plugin runs as. You can pick from a token that matches what the
agent would use to run a task, or a token generated with the same access
rights as a specific user.
A cmds/endpoint-exec/content/params/endpoint-exec.user.yaml
M cmds/endpoint-exec/endpoint-exec.go
End of Note