Releases: lacework/terraform-kubernetes-admission-controller
Releases · lacework/terraform-kubernetes-admission-controller
v0.1.3
Release Notes
Another day, another release. These are the release notes for the version v0.1.3
.
Other Changes
v0.1.2
v0.1.1
Release Notes
Another day, another release. These are the release notes for the version v0.1.1
.
Documentation Updates
Other Changes
v0.1.0
Release Notes
Another day, another Terraform Module. This is the first release of the new Terraform Module for
deploying the Lacework Admission Controller and Proxy Scanner in a Kubernetes cluster. (v0.1.0
)
Basic Usage
module "lacework_admission_controller" {
source = "lacework/admission-controller/kubernetes"
version = "~> 0.1"
lacework_account_name = "YourLaceworkAccount"
proxy_scanner_token = "_123456789abcdef123456789abcd"
registries = [
{
name = "myRegistry"
domain = "myregistrydomain.com:8080"
ssl = true
auto_poll = false
credentials = {
user_name = "myUsername"
password = "myPassword"
}
}
]
}
Bug Fixes
- fix: example should reference local module (Salim Afiune Maya)(415b100)
Documentation Updates
- docs: update README.md (Salim Afiune Maya)(ce4f705)