You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 10, 2021. It is now read-only.
@aaronlippold The profile(s) run by the lambda function can now be specified during invocation of the lambda function but currently requires that the environment variable for the lambda function be left empty. This approach was taken to avoid immediately breaking the existing functionality. I'm leaning towards removing the environment variables altogether but I do like the idea of being able to specify a default value.
Agreed. The biggest value ad for this capability is the ability for us to
schedule a set of specific profile runs against to set of nodes. This will
require us to parameterize quite a bit I'm not sure if the approach of
environment variables are key value pairs or some other type of interface
will make the most sense.
On Fri, Jan 10, 2020, 11:26 PM Martez Reed ***@***.***> wrote:
@aaronlippold <https://github.com/aaronlippold> The profile(s) run by the
lambda function can now be specified during invocation of the lambda
function but currently requires that the environment variable for the
lambda function be left empty. This approach was taken to avoid immediately
breaking the existing functionality. I'm leaning towards removing the
environment variables altogether but I do like the idea of being able to
specify a default value.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#7>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALK42BFPUYWW3W3QQB6UYDQ5FC63ANCNFSM4J23BSLA>
.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As a user I would like to setup an ongoing set of tasks to run various inspec profiles to targets.
The text was updated successfully, but these errors were encountered: