* Use correct server name when generating certificates
Signed-off-by: Daniel Reigada <daniel@codacy.com>
* Bump version
Signed-off-by: Daniel Reigada <daniel@codacy.com>
* Fix server alt name port formatting
Signed-off-by: Daniel Reigada <daniel@codacy.com>
* added whitelist argument in agent-daemonset.yaml
Signed-off-by: Pravar Agrawal <pravarag@gmail.com>
* [stable/kiam] added whitelist argument for metadata API path
- Makes it possible to specify whitelist arguments for allowing other
AWS metadata API paths which are currently blocked by default
- Update README.md
- Bump the version
Signed-off-by: Pravar Agrawal <pravarag@gmail.com>
* [stable/kiam] bump the version of chart
Signed-off-by: Pravar Agrawal <pravarag@gmail.com>
* KIAM Agent: Using CAP_NET_ADMIN instead privileged container
Signed-off-by: danmx <daniel@iziourov.info>
* Incrementing version
Signed-off-by: Matt Farina <matt@mattfarina.com>
* Track uswitch/kiam:v3.0, use loopback for probes
Signed-off-by: Steve Huff <shuff@vecna.org>
* Update test certs for e2e per upstream doc
Signed-off-by: Steve Huff <shuff@vecna.org>
* Prometheus endpoints in agent/server services
Signed-off-by: Scott Crooks <scott.crooks@gmail.com>
* Dots and 'and' condition for agent service
Signed-off-by: Scott Crooks <scott.crooks@gmail.com>
* Bumping version to 1.3.0
Signed-off-by: Scott Crooks <scott.crooks@gmail.com>
* Changing agent service template to match other templates
Signed-off-by: Scott Crooks <scott.crooks@gmail.com>
* Adding affinity options to KIAM agent and server deployments.
Signed-off-by: Steven Wade <steven@stevenwade.co.uk>
* Bumping the KIAM chart version.
Signed-off-by: Steven Wade <steven@stevenwade.co.uk>
* charts/stable/kiam: define tls secret name instead of tlsFiles
Signed-off-by: Nisan Itzhakov <nisan.mfy@gmail.com>
* charts/stable/kiam: updated the certificates at tlsFiles
Signed-off-by: Nisan Itzhakov <nisan.mfy@gmail.com>
* [stable/kiam] Dont add prometheus env vars if scrape is false
Signed-off-by: Isa Aguilar <isa@aguilarstory.com>
* [stable/kiam] bump 1.2.2
Signed-off-by: Isa Aguilar <isa@aguilarstory.com>
* Add Helm chart for kiam.
* Add appVersion and home values in Chart.yaml.
* Add sample agent and server TLS data.
* Add default role base ARN to pass CI tests.
* Changes after code review.
* Use RBAC (and labels/pod) best practices.
* Remove 'useSampleData' TLS values and put CI-specific data in the 'ci' directory.
* Correct a misunderstanding on my part of test data values.
* Fix stupid typo.
* Regenerate test TLS values.
* Further changes after review.
* Additions to the TLS tip.
* Additional comments in 'values.yaml' for mounting host directory on Amazon Linux/RHEL.
* Use v2.8 of kiam.
* Add custom 'gatewayTimeoutCreation' values for CI.
* Move 'incubator/kiam' to 'stable/kiam'.
* App version 2.8 and bump chart version to 1.0.0.
* Remove additional pod labels from daemonset and service selectors.
* Standardize on 2 spaces for list indentation.