GoogleCloudPlatform / config-validator

Golang library which provides functionality to evaluate GCP resources against Rego-based policies
Apache License 2.0
45 stars 34 forks source link

Reload Rego Files #55

Open kevensen opened 5 years ago

kevensen commented 5 years ago

As a user of config-validator I would like the ability to call an HTTP endpoint to have config-validator reload the rego policy files in order to maintain state in the running config-validator server.

kevensen commented 5 years ago

Additionally, because git-sync has a --webhook-url option, this reload endpoint could be triggered when new policy files are synced.