-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,33 @@ | ||
# EMEA Unconference 2021 - Cloud Native Certificate Management with JetStack | ||
|
||
# Environment Setup | ||
|
||
Follow the [environment setup](env/README.md) instruction. | ||
# Quarkus Mutual TLS with Cert Manager and Vault PKI | ||
## Getting Certificate From PKI Provider | ||
|
||
![certificate_workflow.png](diagram/certificate_workflow.png) | ||
1. Create issuer. | ||
2. Watch certificates. | ||
3. Request certificates to Vault PKI. | ||
4. Get certificate and create Kubernetes secrets. | ||
5. Mount certificate in client application. | ||
6. Mount certificate in server application. | ||
7. Client-Server connection with mTLS. | ||
8. Access client exposed application. | ||
## Local Deployment | ||
|
||
### Build | ||
|
||
* JVM | ||
``` | ||
mvn clean package -Dquarkus.profile=dev | ||
``` | ||
* Native | ||
``` | ||
mvn clean package -Pnative -Dquarkus.profile=dev | ||
``` | ||
|
||
### Run OpenShift | ||
``` | ||
mvn oc:build oc:resource oc:apply | ||
``` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.