proxy: add unit tests (#42)

- Fixed pomerium.io site description
- Updated kubernetes examples to use the latest docker images.
- Use cryputil hash function for proxy hmac.
- Add unit tests for proxy handlers.
This commit is contained in:
Bobby DeSimone 2019-02-08 22:39:48 -08:00 committed by GitHub
parent c886b924e7
commit cedf9922d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 336 additions and 40 deletions

View file

@ -1,7 +1,7 @@
// .vuepress/config.js
module.exports = {
title: "Pomerium",
description: "Just playing around",
description: "An open source identity-aware access proxy.",
themeConfig: {
repo: "pomerium/pomerium",

View file

@ -16,7 +16,7 @@ spec:
app: pomerium-authenticate
spec:
containers:
- image: pomerium/pomerium:grpctest
- image: pomerium/pomerium:latest
name: pomerium-authenticate
ports:
- containerPort: 443

View file

@ -16,7 +16,7 @@ spec:
app: pomerium-proxy
spec:
containers:
- image: pomerium/pomerium:grpctest
- image: pomerium/pomerium:latest
name: pomerium-proxy
ports:
- containerPort: 443