Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
warn about TLS generation in docs
Browse files Browse the repository at this point in the history
To remind people that for production deployments TLS certificates should be managed with a tool
  • Loading branch information
pingles committed Dec 12, 2018
1 parent 22125b7 commit 227bf82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/TLS.md
@@ -1,5 +1,7 @@
# TLS

**This guide will generate certificates with a short expiry. It will help you get something running but when deploying to production please ensure you automate certificates using a tool like Vault, cert-manager etc.**

Kiam is split into two processes:

* Agent. Responsible for receiving HTTP connections that Pods initiate to the metadata API (http://169.254.169.254). Credential requests are processed and anything else is forwarded to the AWS API. Communicates with the server via gRPC.
Expand Down

0 comments on commit 227bf82

Please sign in to comment.