Skip to content

Commit

Permalink
Write readme and adding diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaresfe committed Oct 22, 2021
1 parent 0dedcf0 commit 609a1ef
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion README.md
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
```
Binary file added diagram/certificate_workflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 609a1ef

Please sign in to comment.