mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-09 23:27:43 +02:00
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:
parent
c886b924e7
commit
cedf9922d3
7 changed files with 336 additions and 40 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue