Verify SPIFFE Workload API and SVID Issuance
Similar to Quick start section, you can verify that SPIRL Workload API is working by deploying a sample SPIFFE Demo Application:
helm repo add spiffe-demo https://elinesterov.github.io/spiffe-demo-app
helm -n spiffe-demo install spiffe-demo spiffe-demo/spiffe-demo-app --create-namespace
Finally, open a tunnel to access the demo app from your browser:
kubectl -n spiffe-demo port-forward svc/spiffe-demo-service 8080:80
You can now access the app by visiting http://localhost:8080
. Feel free to play around and view the certificates and JWT tokens being minted and served by SPIRL