mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-10 07:37:33 +02:00
docs: add release announcement post (#617)
* docs: add release announcement post - add mailchimp newsletter form - fix wording - fix mobile - fix changelog links - fix release drafter to use our format (GH-$ISSUE) Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
parent
d7daf274c0
commit
7fe4c5bdaf
9 changed files with 864 additions and 146 deletions
2
.github/release-drafter.yml
vendored
2
.github/release-drafter.yml
vendored
|
@ -19,7 +19,7 @@ categories:
|
|||
exclude-labels:
|
||||
- no-changelog
|
||||
|
||||
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
|
||||
change-template: "- $TITLE @$AUTHOR GH-$NUMBER"
|
||||
template: |
|
||||
|
||||
<!-- Optional: add a release summary here -->
|
||||
|
|
|
@ -5,14 +5,33 @@ module.exports = {
|
|||
"Pomerium is a beyond-corp inspired, zero trust, open source identity-aware access proxy.",
|
||||
plugins: {
|
||||
sitemap: {
|
||||
hostname: "https://www.pomerium.io"
|
||||
hostname: "https://www.pomerium.io",
|
||||
},
|
||||
"@vuepress/google-analytics": {
|
||||
ga: "UA-129872447-2"
|
||||
}
|
||||
ga: "UA-129872447-2",
|
||||
},
|
||||
"@vuepress/blog": {
|
||||
directories: [
|
||||
{
|
||||
id: "post",
|
||||
dirname: "_posts",
|
||||
path: "/posts/",
|
||||
itemPermalink: "/posts/:year/:month/:day/:slug",
|
||||
},
|
||||
],
|
||||
},
|
||||
"vuepress-plugin-mailchimp": {
|
||||
title: "Sign up to be notified of new features and updates",
|
||||
content: " ",
|
||||
endpoint:
|
||||
"https://pomerium.us19.list-manage.com/subscribe/post?u=76f0996a737c138396687fd6b&id=2f4f70cf07",
|
||||
sitemap: {
|
||||
hostname: "https://www.pomerium.io",
|
||||
},
|
||||
},
|
||||
},
|
||||
markdown: {
|
||||
externalLinkSymbol: false
|
||||
externalLinkSymbol: false,
|
||||
},
|
||||
themeConfig: {
|
||||
logo: "/logo-long-civez.png",
|
||||
|
@ -38,13 +57,13 @@ module.exports = {
|
|||
{ text: "v0.4.x", link: "https://0-4-0.docs.pomerium.io/docs" },
|
||||
{ text: "v0.3.x", link: "https://0-3-0.docs.pomerium.io/docs" },
|
||||
{ text: "v0.2.x", link: "https://0-2-0.docs.pomerium.io/docs" },
|
||||
{ text: "v0.1.x", link: "https://0-1-0.docs.pomerium.io/docs" }
|
||||
]
|
||||
}
|
||||
{ text: "v0.1.x", link: "https://0-1-0.docs.pomerium.io/docs" },
|
||||
],
|
||||
},
|
||||
],
|
||||
algolia: {
|
||||
apiKey: "1653e881f3a6c17d3ad37f4d4c428e20",
|
||||
indexName: "pomerium"
|
||||
indexName: "pomerium",
|
||||
},
|
||||
sidebar: {
|
||||
"/docs/": [
|
||||
|
@ -59,8 +78,8 @@ module.exports = {
|
|||
"releases",
|
||||
"upgrading",
|
||||
"CHANGELOG",
|
||||
"FAQ"
|
||||
]
|
||||
"FAQ",
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Quick Start",
|
||||
|
@ -74,8 +93,8 @@ module.exports = {
|
|||
"quick-start/helm",
|
||||
"quick-start/kubernetes",
|
||||
"quick-start/synology",
|
||||
"quick-start/from-source"
|
||||
]
|
||||
"quick-start/from-source",
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Identity Providers",
|
||||
|
@ -91,8 +110,8 @@ module.exports = {
|
|||
"identity-providers/github",
|
||||
"identity-providers/google",
|
||||
"identity-providers/okta",
|
||||
"identity-providers/one-login"
|
||||
]
|
||||
"identity-providers/one-login",
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Community",
|
||||
|
@ -104,8 +123,8 @@ module.exports = {
|
|||
"community/",
|
||||
"community/contributing",
|
||||
"community/code-of-conduct",
|
||||
"community/security"
|
||||
]
|
||||
"community/security",
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Reference",
|
||||
|
@ -119,9 +138,9 @@ module.exports = {
|
|||
"reference/impersonation",
|
||||
"reference/programmatic-access",
|
||||
"reference/getting-users-identity",
|
||||
"reference/production-deployment"
|
||||
]
|
||||
}
|
||||
"reference/production-deployment",
|
||||
],
|
||||
},
|
||||
],
|
||||
"/recipes/": [
|
||||
{
|
||||
|
@ -130,8 +149,8 @@ module.exports = {
|
|||
|
||||
collapsable: false,
|
||||
sidebarDepth: 1,
|
||||
children: ["", "ad-guard", "vs-code-server", "kubernetes"]
|
||||
}
|
||||
children: ["", "ad-guard", "vs-code-server", "kubernetes"],
|
||||
},
|
||||
],
|
||||
"/enterprise/": [
|
||||
{
|
||||
|
@ -139,8 +158,8 @@ module.exports = {
|
|||
type: "group",
|
||||
collapsable: false,
|
||||
sidebarDepth: 1,
|
||||
children: [""]
|
||||
}
|
||||
children: [""],
|
||||
},
|
||||
],
|
||||
"/configuration/": [
|
||||
{
|
||||
|
@ -148,9 +167,9 @@ module.exports = {
|
|||
type: "group",
|
||||
collapsable: false,
|
||||
sidebarDepth: 1,
|
||||
children: ["", "examples"]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
children: ["", "examples"],
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// colors
|
||||
$mainColor= #6E43E8
|
||||
|
||||
$offColor = #259C30
|
||||
|
||||
$sidebarColor=#FAFAFC
|
||||
$accentColor = #6E43E8
|
||||
|
@ -58,6 +58,27 @@ $MQMobileNarrow = 419px
|
|||
.dropdown-item
|
||||
color $textColor !important
|
||||
|
||||
|
||||
.newsletter
|
||||
background-color $section-color
|
||||
border-top 1px solid darken($section-color, 10%)
|
||||
border-bottom 1px solid darken($section-color, 10%)
|
||||
|
||||
&__wrap
|
||||
margin 1.5rem auto
|
||||
padding 1.8rem 2.3rem
|
||||
border-radius 3px
|
||||
box-sizing border-box
|
||||
max-width $contentWidth !important
|
||||
background #f8f8f8
|
||||
&__title
|
||||
font-size 1.2rem
|
||||
|
||||
&__content
|
||||
margin-top 1.5rem
|
||||
margin-bottom 1.5rem
|
||||
line-height 1.7rem
|
||||
|
||||
@media (min-width: $MQMobile)
|
||||
.nav-links a
|
||||
&:hover, &.router-link-active
|
||||
|
@ -71,9 +92,14 @@ $MQMobileNarrow = 419px
|
|||
color $navbar-text-color !important
|
||||
.nav-dropdown
|
||||
.dropdown-item
|
||||
color $textColor !important
|
||||
|
||||
color $textColor !important
|
||||
.newsletter
|
||||
&__input
|
||||
width 30% !important
|
||||
&__button
|
||||
width 15% !important
|
||||
@media (max-width: $MQMobile)
|
||||
.navbar
|
||||
.site-name
|
||||
display: none !important
|
||||
display: none !important
|
||||
|
|
@ -63,6 +63,7 @@
|
|||
</form>
|
||||
</div>
|
||||
</header>
|
||||
<SimpleNewsletter />
|
||||
|
||||
<div class v-if="data.features && data.features.length">
|
||||
<div
|
||||
|
@ -96,14 +97,15 @@
|
|||
</div>
|
||||
</div>
|
||||
<Content class="theme-default-content custom" />
|
||||
|
||||
<div class="footer">
|
||||
<a href="https://www.netlify.com/">
|
||||
<img
|
||||
src="https://api.netlify.com/api/v1/badges/1853c996-a1f7-4545-b60c-612e8fca557c/deploy-status"
|
||||
alt="Deploy status badge"
|
||||
/>
|
||||
</a>
|
||||
<div class v-if="data.footer">
|
||||
<div class="footer">
|
||||
<a href="https://www.netlify.com/">
|
||||
<img
|
||||
src="https://api.netlify.com/api/v1/badges/1853c996-a1f7-4545-b60c-612e8fca557c/deploy-status"
|
||||
alt="Deploy status badge"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</template>
|
||||
|
@ -164,9 +166,9 @@ export default {
|
|||
|
||||
button {
|
||||
display: block;
|
||||
background: $textColor;
|
||||
background: $offColor
|
||||
color: $section-color;
|
||||
box-shadow: 0 1px 3px darken($textColor, 5%), 0 1px 1px rgba(0, 0, 0, 0.98);
|
||||
box-shadow: 0 1px 3px darken($accentColor, 5%), 0 1px 1px rgba(0, 0, 0, 0.98);
|
||||
border-radius: 6px;
|
||||
border: 0;
|
||||
width: 100%;
|
||||
|
|
19
docs/.vuepress/theme/layouts/IndexPost.vue
Normal file
19
docs/.vuepress/theme/layouts/IndexPost.vue
Normal file
|
@ -0,0 +1,19 @@
|
|||
<template>
|
||||
<div>
|
||||
<ul id="default-layout">
|
||||
<li v-for="page in $pagination.pages">
|
||||
<router-link class="page-link" :to="page.path">{{
|
||||
page.title
|
||||
}}</router-link>
|
||||
</li>
|
||||
</ul>
|
||||
<div id="pagination">
|
||||
<router-link v-if="$pagination.hasPrev" :to="$pagination.prevLink"
|
||||
>Prev</router-link
|
||||
>
|
||||
<router-link v-if="$pagination.hasNext" :to="$pagination.nextLink"
|
||||
>Next</router-link
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
30
docs/_posts/2020-04-16-release-0-7.md
Normal file
30
docs/_posts/2020-04-16-release-0-7.md
Normal file
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
title: Announcing Pomerium 0.7
|
||||
date: 2020-4-16
|
||||
tags:
|
||||
- release
|
||||
- pomerium
|
||||
- announcement
|
||||
author: "Bobby DeSimone"
|
||||
---
|
||||
|
||||
# Announcing Pomerium 0.7
|
||||
|
||||
The 0.7 release of Pomerium lays the groundwork to support rich, dynamic access policies capable of making authorization decisions based on external data-sources from outside your identity provider.
|
||||
|
||||
This release includes the following features:
|
||||
|
||||
- **Open Policy Agent**: Pomerium now leverages Cloud Native Computing Foundation's [Open Policy Agent](https://www.openpolicyagent.org/) (OPA) as the default policy engine. OPA support in this version unlocks future capabilities for writing authorization policy in the rego policy language. This will promote safe, performant, fine-grained controls to incorporate data from external records of account. Access policies will continue to work as before, but will now be backed by an even faster evaluation engine.
|
||||
|
||||
- [**Service Account Generator**](https://www.pomerium.io/docs/reference/impersonation.html#using-the-command-line-interface): Pomerium now includes a command line interface for generating arbitrary route-based service account sessions. Generated service accounts can be used to impersonate users, perform service-to-service communication, and facilitate end-to-end testing for applications managed by Pomerium.
|
||||
|
||||
- **JWT-based sessions**: Pomerium now uses standard [JSON Web Tokens](https://en.wikipedia.org/wiki/JSON_Web_Token) (RFC 7519) across all routes and associated user sessions. Cryptographically signed JWT sessions are also made available to downstream applications so that internal app developers can spend less time reinventing SSO, and more time on their apps.
|
||||
|
||||
This release includes 62 commits from 11 authors across 7 organizations and includes additional new features, secure workflow enhancements, general improvements, and bug fixes! A complete list of the changes in this release can be found in Pomerium's 0.7 [changelog].
|
||||
|
||||
As always, we recommend upgrading and testing this release in an isolated environment. If you experience any issues, please report them on the Pomerium GitHub [issue tracker].
|
||||
|
||||
<SimpleNewsletter/>
|
||||
|
||||
[changelog]: ../docs/CHANGELOG.md
|
||||
[issue tracker]: https://github.com/pomerium/pomerium/issues
|
|
@ -1,30 +1,36 @@
|
|||
# Changelog
|
||||
|
||||
## v0.7.4
|
||||
|
||||
### Fixed
|
||||
|
||||
- pomerium-cli: fix service account cli @desimone [GH-613]
|
||||
|
||||
## v0.7.3
|
||||
|
||||
### Fixed
|
||||
|
||||
- Upgrade gRPC to 1.27.1 @travisgroth (#609)
|
||||
- Upgrade gRPC to 1.27.1 @travisgroth [GH-609]
|
||||
|
||||
## v0.7.2
|
||||
|
||||
### Changes
|
||||
|
||||
- proxy: remove extra session unmarshalling @desimone (#592)
|
||||
- proxy: add configurable JWT claim headers @travisgroth (#596)
|
||||
- grpcutil: remove unused pkg @desimone (#593)
|
||||
- proxy: remove extra session unmarshalling @desimone [GH-592]
|
||||
- proxy: add configurable JWT claim headers @travisgroth [GH-596]
|
||||
- grpcutil: remove unused pkg @desimone [GH-593]
|
||||
|
||||
### Fixed
|
||||
|
||||
- site: fix site on mobile @desimone (#597)
|
||||
- site: fix site on mobile @desimone [GH-597]
|
||||
|
||||
### Documentation
|
||||
|
||||
- site: fix site on mobile @desimone (#597)
|
||||
- site: fix site on mobile @desimone [GH-597]
|
||||
|
||||
### Dependency
|
||||
|
||||
- chore(deps): update vuepress monorepo to v1.4.0 @renovate (#559)
|
||||
- chore(deps): update vuepress monorepo to v1.4.0 @renovate [GH-559]
|
||||
|
||||
## v0.7.1
|
||||
|
||||
|
@ -34,75 +40,75 @@ There were no changes in the v0.7.1 release, but we updated the build process sl
|
|||
|
||||
### New
|
||||
|
||||
- *: remove import path comments @desimone (#545)
|
||||
- authenticate: make callback path configurable @desimone (#493)
|
||||
- authenticate: return 401 for some specific error codes @cuonglm (#561)
|
||||
- authorization: log audience claim failure @desimone (#553)
|
||||
- authorize: use jwt instead of state struct @desimone (#514)
|
||||
- authorize: use opa for policy engine @desimone (#474)
|
||||
- cmd: add cli to generate service accounts @desimone (#552)
|
||||
- config: Expose and set default GRPC Server Keepalive Parameters @travisgroth (#509)
|
||||
- config: Make IDP_PROVIDER env var mandatory @mihaitodor (#536)
|
||||
- config: Remove superfluous Options.Checksum type conversions @travisgroth (#522)
|
||||
- gitlab/identity: change group unique identifier to ID @Lumexralph (#571)
|
||||
- identity: support oidc UserInfo Response @desimone (#529)
|
||||
- internal/cryptutil: standardize leeway to 5 mins @desimone (#476)
|
||||
- metrics: Add storage metrics @travisgroth (#554)
|
||||
- \*: remove import path comments @desimone [GH-545]
|
||||
- authenticate: make callback path configurable @desimone [GH-493]
|
||||
- authenticate: return 401 for some specific error codes @cuonglm [GH-561]
|
||||
- authorization: log audience claim failure @desimone [GH-553]
|
||||
- authorize: use jwt instead of state struct @desimone [GH-514]
|
||||
- authorize: use opa for policy engine @desimone [GH-474]
|
||||
- cmd: add cli to generate service accounts @desimone [GH-552]
|
||||
- config: Expose and set default GRPC Server Keepalive Parameters @travisgroth [GH-509]
|
||||
- config: Make IDP_PROVIDER env var mandatory @mihaitodor [GH-536]
|
||||
- config: Remove superfluous Options.Checksum type conversions @travisgroth [GH-522]
|
||||
- gitlab/identity: change group unique identifier to ID @Lumexralph [GH-571]
|
||||
- identity: support oidc UserInfo Response @desimone [GH-529]
|
||||
- internal/cryptutil: standardize leeway to 5 mins @desimone [GH-476]
|
||||
- metrics: Add storage metrics @travisgroth [GH-554]
|
||||
|
||||
### Fixed
|
||||
|
||||
- cache: add option validations @desimone (#468)
|
||||
- config: Add proper yaml tag to Options.Policies @travisgroth (#475)
|
||||
- ensure correct service name on GRPC related metrics @travisgroth (#510)
|
||||
- fix group impersonation @desimone (#569)
|
||||
- fix sign-out bug , fixes #530 @desimone (#544)
|
||||
- proxy: move set request headers before handle allow public access @ohdarling (#479)
|
||||
- use service port for session audiences @travisgroth (#562)
|
||||
- cache: add option validations @desimone [GH-468]
|
||||
- config: Add proper yaml tag to Options.Policies @travisgroth [GH-475]
|
||||
- ensure correct service name on GRPC related metrics @travisgroth [GH-510]
|
||||
- fix group impersonation @desimone [GH-569]
|
||||
- fix sign-out bug , fixes #530 @desimone [GH-544]
|
||||
- proxy: move set request headers before handle allow public access @ohdarling [GH-479]
|
||||
- use service port for session audiences @travisgroth [GH-562]
|
||||
|
||||
### Documentation
|
||||
|
||||
- fix `the` typo @ilgooz (#566)
|
||||
- fix kubernetes dashboard recipe docs @desimone (#504)
|
||||
- make from source quickstart @desimone (#519)
|
||||
- update background @desimone (#505)
|
||||
- update helm for v3 @desimone (#469)
|
||||
- various fixes @desimone (#478)
|
||||
- fix cookie_domain @nitper (#472)
|
||||
- fix `the` typo @ilgooz [GH-566]
|
||||
- fix kubernetes dashboard recipe docs @desimone [GH-504]
|
||||
- make from source quickstart @desimone [GH-519]
|
||||
- update background @desimone [GH-505]
|
||||
- update helm for v3 @desimone [GH-469]
|
||||
- various fixes @desimone [GH-478]
|
||||
- fix cookie_domain @nitper [GH-472]
|
||||
|
||||
### Dependency
|
||||
|
||||
- chore(deps): update github.com/pomerium/autocache commit hash to 6c66ed5 @renovate (#480)
|
||||
- chore(deps): update github.com/pomerium/autocache commit hash to 227c993 @renovate (#537)
|
||||
- chore(deps): update golang.org/x/crypto commit hash to 0ec3e99 @renovate (#574)
|
||||
- chore(deps): update golang.org/x/crypto commit hash to 1b76d66 @renovate (#538)
|
||||
- chore(deps): update golang.org/x/crypto commit hash to 78000ba @renovate (#481)
|
||||
- chore(deps): update golang.org/x/crypto commit hash to 891825f @renovate (#556)
|
||||
- chore(deps): update module fatih/color to v1.9.0 @renovate (#575)
|
||||
- chore(deps): update module fsnotify/fsnotify to v1.4.9 @renovate (#539)
|
||||
- chore(deps): update module go.etcd.io/bbolt to v1.3.4 @renovate (#557)
|
||||
- chore(deps): update module go.opencensus.io to v0.22.3 @renovate (#483)
|
||||
- chore(deps): update module golang/mock to v1.4.0 @renovate (#470)
|
||||
- chore(deps): update module golang/mock to v1.4.3 @renovate (#540)
|
||||
- chore(deps): update module golang/protobuf to v1.3.4 @renovate (#485)
|
||||
- chore(deps): update module golang/protobuf to v1.3.5 @renovate (#541)
|
||||
- chore(deps): update module google.golang.org/api to v0.20.0 @renovate (#495)
|
||||
- chore(deps): update module google.golang.org/grpc to v1.27.1 @renovate (#496)
|
||||
- chore(deps): update module gorilla/mux to v1.7.4 @renovate (#506)
|
||||
- chore(deps): update module open-policy-agent/opa to v0.17.1 @renovate (#497)
|
||||
- chore(deps): update module open-policy-agent/opa to v0.17.3 @renovate (#513)
|
||||
- chore(deps): update module open-policy-agent/opa to v0.18.0 @renovate (#558)
|
||||
- chore(deps): update module prometheus/client_golang to v1.4.1 @renovate (#498)
|
||||
- chore(deps): update module prometheus/client_golang to v1.5.0 @renovate (#531)
|
||||
- chore(deps): update module prometheus/client_golang to v1.5.1 @renovate (#543)
|
||||
- chore(deps): update module rakyll/statik to v0.1.7 @renovate (#517)
|
||||
- chore(deps): update module rs/zerolog to v1.18.0 @renovate (#507)
|
||||
- chore(deps): update module yaml to v2.2.8 @renovate (#471)
|
||||
- ci: Consolidate matrix build parameters @travisgroth (#521)
|
||||
- dependency: use go mod redis @desimone (#528)
|
||||
- deployment: throw away golanglint-ci defaults @desimone (#439)
|
||||
- deployment: throw away golanglint-ci defaults @desimone (#439)
|
||||
- deps: enable automerge and set labels on renovate PRs @travisgroth (#527)
|
||||
- Roll back grpc to v1.25.1 @travisgroth (#484)
|
||||
- chore(deps): update github.com/pomerium/autocache commit hash to 6c66ed5 @renovate [GH-480]
|
||||
- chore(deps): update github.com/pomerium/autocache commit hash to 227c993 @renovate [GH-537]
|
||||
- chore(deps): update golang.org/x/crypto commit hash to 0ec3e99 @renovate [GH-574]
|
||||
- chore(deps): update golang.org/x/crypto commit hash to 1b76d66 @renovate [GH-538]
|
||||
- chore(deps): update golang.org/x/crypto commit hash to 78000ba @renovate [GH-481]
|
||||
- chore(deps): update golang.org/x/crypto commit hash to 891825f @renovate [GH-556]
|
||||
- chore(deps): update module fatih/color to v1.9.0 @renovate [GH-575]
|
||||
- chore(deps): update module fsnotify/fsnotify to v1.4.9 @renovate [GH-539]
|
||||
- chore(deps): update module go.etcd.io/bbolt to v1.3.4 @renovate [GH-557]
|
||||
- chore(deps): update module go.opencensus.io to v0.22.3 @renovate [GH-483]
|
||||
- chore(deps): update module golang/mock to v1.4.0 @renovate [GH-470]
|
||||
- chore(deps): update module golang/mock to v1.4.3 @renovate [GH-540]
|
||||
- chore(deps): update module golang/protobuf to v1.3.4 @renovate [GH-485]
|
||||
- chore(deps): update module golang/protobuf to v1.3.5 @renovate [GH-541]
|
||||
- chore(deps): update module google.golang.org/api to v0.20.0 @renovate [GH-495]
|
||||
- chore(deps): update module google.golang.org/grpc to v1.27.1 @renovate [GH-496]
|
||||
- chore(deps): update module gorilla/mux to v1.7.4 @renovate [GH-506]
|
||||
- chore(deps): update module open-policy-agent/opa to v0.17.1 @renovate [GH-497]
|
||||
- chore(deps): update module open-policy-agent/opa to v0.17.3 @renovate [GH-513]
|
||||
- chore(deps): update module open-policy-agent/opa to v0.18.0 @renovate [GH-558]
|
||||
- chore(deps): update module prometheus/client_golang to v1.4.1 @renovate [GH-498]
|
||||
- chore(deps): update module prometheus/client_golang to v1.5.0 @renovate [GH-531]
|
||||
- chore(deps): update module prometheus/client_golang to v1.5.1 @renovate [GH-543]
|
||||
- chore(deps): update module rakyll/statik to v0.1.7 @renovate [GH-517]
|
||||
- chore(deps): update module rs/zerolog to v1.18.0 @renovate [GH-507]
|
||||
- chore(deps): update module yaml to v2.2.8 @renovate [GH-471]
|
||||
- ci: Consolidate matrix build parameters @travisgroth [GH-521]
|
||||
- dependency: use go mod redis @desimone [GH-528]
|
||||
- deployment: throw away golanglint-ci defaults @desimone [GH-439]
|
||||
- deployment: throw away golanglint-ci defaults @desimone [GH-439]
|
||||
- deps: enable automerge and set labels on renovate PRs @travisgroth [GH-527]
|
||||
- Roll back grpc to v1.25.1 @travisgroth [GH-484]
|
||||
|
||||
## v0.6.0
|
||||
|
||||
|
@ -420,70 +426,683 @@ There were no changes in the v0.7.1 release, but we updated the build process sl
|
|||
- `http.Server` and `httputil.NewSingleHostReverseProxy` now uses pomerium's logging package instead of the standard library's built in one. [GH-58]
|
||||
|
||||
[certificates documentation]: ../reference/certificates.md
|
||||
[gh-1]: https://github.com/pomerium/pomerium/issues/1
|
||||
[gh-10]: https://github.com/pomerium/pomerium/issues/10
|
||||
[gh-100]: https://github.com/pomerium/pomerium/issues/100
|
||||
[gh-101]: https://github.com/pomerium/pomerium/pull/101
|
||||
[gh-101]: https://github.com/pomerium/pomerium/issues/101
|
||||
[gh-102]: https://github.com/pomerium/pomerium/issues/102
|
||||
[gh-103]: https://github.com/pomerium/pomerium/issues/103
|
||||
[gh-108]: https://github.com/pomerium/pomerium/pull/108
|
||||
[gh-104]: https://github.com/pomerium/pomerium/issues/104
|
||||
[gh-105]: https://github.com/pomerium/pomerium/issues/105
|
||||
[gh-106]: https://github.com/pomerium/pomerium/issues/106
|
||||
[gh-107]: https://github.com/pomerium/pomerium/issues/107
|
||||
[gh-108]: https://github.com/pomerium/pomerium/issues/108
|
||||
[gh-109]: https://github.com/pomerium/pomerium/issues/109
|
||||
[gh-11]: https://github.com/pomerium/pomerium/issues/11
|
||||
[gh-110]: https://github.com/pomerium/pomerium/issues/110
|
||||
[gh-111]: https://github.com/pomerium/pomerium/issues/111
|
||||
[gh-112]: https://github.com/pomerium/pomerium/issues/112
|
||||
[gh-113]: https://github.com/pomerium/pomerium/issues/113
|
||||
[gh-114]: https://github.com/pomerium/pomerium/issues/114
|
||||
[gh-115]: https://github.com/pomerium/pomerium/issues/115
|
||||
[gh-116]: https://github.com/pomerium/pomerium/issues/116
|
||||
[gh-121]: https://github.com/pomerium/pomerium/pull/121
|
||||
[gh-123]: https://github.com/pomerium/pomerium/pull/123
|
||||
[gh-117]: https://github.com/pomerium/pomerium/issues/117
|
||||
[gh-118]: https://github.com/pomerium/pomerium/issues/118
|
||||
[gh-119]: https://github.com/pomerium/pomerium/issues/119
|
||||
[gh-12]: https://github.com/pomerium/pomerium/issues/12
|
||||
[gh-120]: https://github.com/pomerium/pomerium/issues/120
|
||||
[gh-121]: https://github.com/pomerium/pomerium/issues/121
|
||||
[gh-122]: https://github.com/pomerium/pomerium/issues/122
|
||||
[gh-123]: https://github.com/pomerium/pomerium/issues/123
|
||||
[gh-124]: https://github.com/pomerium/pomerium/issues/124
|
||||
[gh-125]: https://github.com/pomerium/pomerium/issues/125
|
||||
[gh-126]: https://github.com/pomerium/pomerium/issues/126
|
||||
[gh-127]: https://github.com/pomerium/pomerium/issues/127
|
||||
[gh-128]: https://github.com/pomerium/pomerium/issues/128
|
||||
[gh-129]: https://github.com/pomerium/pomerium/issues/129
|
||||
[gh-131]: https://github.com/pomerium/pomerium/pull/131
|
||||
[gh-13]: https://github.com/pomerium/pomerium/issues/13
|
||||
[gh-130]: https://github.com/pomerium/pomerium/issues/130
|
||||
[gh-131]: https://github.com/pomerium/pomerium/issues/131
|
||||
[gh-132]: https://github.com/pomerium/pomerium/issues/132
|
||||
[gh-144]: https://github.com/pomerium/pomerium/pull/144
|
||||
[gh-150]: https://github.com/pomerium/pomerium/pull/150
|
||||
[gh-151]: https://github.com/pomerium/pomerium/pull/151
|
||||
[gh-133]: https://github.com/pomerium/pomerium/issues/133
|
||||
[gh-134]: https://github.com/pomerium/pomerium/issues/134
|
||||
[gh-135]: https://github.com/pomerium/pomerium/issues/135
|
||||
[gh-136]: https://github.com/pomerium/pomerium/issues/136
|
||||
[gh-137]: https://github.com/pomerium/pomerium/issues/137
|
||||
[gh-138]: https://github.com/pomerium/pomerium/issues/138
|
||||
[gh-139]: https://github.com/pomerium/pomerium/issues/139
|
||||
[gh-14]: https://github.com/pomerium/pomerium/issues/14
|
||||
[gh-140]: https://github.com/pomerium/pomerium/issues/140
|
||||
[gh-141]: https://github.com/pomerium/pomerium/issues/141
|
||||
[gh-142]: https://github.com/pomerium/pomerium/issues/142
|
||||
[gh-143]: https://github.com/pomerium/pomerium/issues/143
|
||||
[gh-144]: https://github.com/pomerium/pomerium/issues/144
|
||||
[gh-145]: https://github.com/pomerium/pomerium/issues/145
|
||||
[gh-146]: https://github.com/pomerium/pomerium/issues/146
|
||||
[gh-147]: https://github.com/pomerium/pomerium/issues/147
|
||||
[gh-148]: https://github.com/pomerium/pomerium/issues/148
|
||||
[gh-149]: https://github.com/pomerium/pomerium/issues/149
|
||||
[gh-15]: https://github.com/pomerium/pomerium/issues/15
|
||||
[gh-150]: https://github.com/pomerium/pomerium/issues/150
|
||||
[gh-151]: https://github.com/pomerium/pomerium/issues/151
|
||||
[gh-152]: https://github.com/pomerium/pomerium/issues/152
|
||||
[gh-153]: https://github.com/pomerium/pomerium/issues/153
|
||||
[gh-177]: https://github.com/pomerium/pomerium/pull/177
|
||||
[gh-154]: https://github.com/pomerium/pomerium/issues/154
|
||||
[gh-155]: https://github.com/pomerium/pomerium/issues/155
|
||||
[gh-156]: https://github.com/pomerium/pomerium/issues/156
|
||||
[gh-157]: https://github.com/pomerium/pomerium/issues/157
|
||||
[gh-158]: https://github.com/pomerium/pomerium/issues/158
|
||||
[gh-159]: https://github.com/pomerium/pomerium/issues/159
|
||||
[gh-16]: https://github.com/pomerium/pomerium/issues/16
|
||||
[gh-160]: https://github.com/pomerium/pomerium/issues/160
|
||||
[gh-161]: https://github.com/pomerium/pomerium/issues/161
|
||||
[gh-162]: https://github.com/pomerium/pomerium/issues/162
|
||||
[gh-163]: https://github.com/pomerium/pomerium/issues/163
|
||||
[gh-164]: https://github.com/pomerium/pomerium/issues/164
|
||||
[gh-165]: https://github.com/pomerium/pomerium/issues/165
|
||||
[gh-166]: https://github.com/pomerium/pomerium/issues/166
|
||||
[gh-167]: https://github.com/pomerium/pomerium/issues/167
|
||||
[gh-168]: https://github.com/pomerium/pomerium/issues/168
|
||||
[gh-169]: https://github.com/pomerium/pomerium/issues/169
|
||||
[gh-17]: https://github.com/pomerium/pomerium/issues/17
|
||||
[gh-170]: https://github.com/pomerium/pomerium/issues/170
|
||||
[gh-171]: https://github.com/pomerium/pomerium/issues/171
|
||||
[gh-172]: https://github.com/pomerium/pomerium/issues/172
|
||||
[gh-173]: https://github.com/pomerium/pomerium/issues/173
|
||||
[gh-174]: https://github.com/pomerium/pomerium/issues/174
|
||||
[gh-175]: https://github.com/pomerium/pomerium/issues/175
|
||||
[gh-176]: https://github.com/pomerium/pomerium/issues/176
|
||||
[gh-177]: https://github.com/pomerium/pomerium/issues/177
|
||||
[gh-178]: https://github.com/pomerium/pomerium/issues/178
|
||||
[gh-179]: https://github.com/pomerium/pomerium/issues/179
|
||||
[gh-181]: https://github.com/pomerium/pomerium/issues/188
|
||||
[gh-183]: https://github.com/pomerium/pomerium/pull/183
|
||||
[gh-18]: https://github.com/pomerium/pomerium/issues/18
|
||||
[gh-180]: https://github.com/pomerium/pomerium/issues/180
|
||||
[gh-181]: https://github.com/pomerium/pomerium/issues/181
|
||||
[gh-182]: https://github.com/pomerium/pomerium/issues/182
|
||||
[gh-183]: https://github.com/pomerium/pomerium/issues/183
|
||||
[gh-184]: https://github.com/pomerium/pomerium/issues/184
|
||||
[gh-185]: https://github.com/pomerium/pomerium/issues/185
|
||||
[gh-186]: https://github.com/pomerium/pomerium/issues/186
|
||||
[gh-187]: https://github.com/pomerium/pomerium/issues/187
|
||||
[gh-188]: https://github.com/pomerium/pomerium/issues/188
|
||||
[gh-189]: https://github.com/pomerium/pomerium/issues/189
|
||||
[gh-19]: https://github.com/pomerium/pomerium/issues/19
|
||||
[gh-190]: https://github.com/pomerium/pomerium/issues/190
|
||||
[gh-191]: https://github.com/pomerium/pomerium/issues/191
|
||||
[gh-192]: https://github.com/pomerium/pomerium/issues/192
|
||||
[gh-193]: https://github.com/pomerium/pomerium/issues/193
|
||||
[gh-194]: https://github.com/pomerium/pomerium/issues/194
|
||||
[gh-195]: https://github.com/pomerium/pomerium/issues/195
|
||||
[gh-196]: https://github.com/pomerium/pomerium/issues/196
|
||||
[gh-197]: https://github.com/pomerium/pomerium/issues/197
|
||||
[gh-198]: https://github.com/pomerium/pomerium/issues/198
|
||||
[gh-199]: https://github.com/pomerium/pomerium/issues/199
|
||||
[gh-2]: https://github.com/pomerium/pomerium/issues/2
|
||||
[gh-20]: https://github.com/pomerium/pomerium/issues/20
|
||||
[gh-200]: https://github.com/pomerium/pomerium/issues/200
|
||||
[gh-201]: https://github.com/pomerium/pomerium/issues/201
|
||||
[gh-202]: https://github.com/pomerium/pomerium/issues/202
|
||||
[gh-203]: https://github.com/pomerium/pomerium/issues/203
|
||||
[gh-204]: https://github.com/pomerium/pomerium/issues/204
|
||||
[gh-205]: https://github.com/pomerium/pomerium/issues/205
|
||||
[gh-206]: https://github.com/pomerium/pomerium/issues/206
|
||||
[gh-207]: https://github.com/pomerium/pomerium/issues/207
|
||||
[gh-208]: https://github.com/pomerium/pomerium/issues/208
|
||||
[gh-209]: https://github.com/pomerium/pomerium/issues/209
|
||||
[gh-21]: https://github.com/pomerium/pomerium/issues/21
|
||||
[gh-210]: https://github.com/pomerium/pomerium/issues/210
|
||||
[gh-211]: https://github.com/pomerium/pomerium/issues/211
|
||||
[gh-212]: https://github.com/pomerium/pomerium/pull/212
|
||||
[gh-218]: https://github.com/pomerium/pomerium/pull/218
|
||||
[gh-219]: https://github.com/pomerium/pomerium/pull/219
|
||||
[gh-220]: https://github.com/pomerium/pomerium/pull/220
|
||||
[gh-227]: https://github.com/pomerium/pomerium/pull/227
|
||||
[gh-230]: https://github.com/pomerium/pomerium/pull/230
|
||||
[gh-212]: https://github.com/pomerium/pomerium/issues/212
|
||||
[gh-213]: https://github.com/pomerium/pomerium/issues/213
|
||||
[gh-214]: https://github.com/pomerium/pomerium/issues/214
|
||||
[gh-215]: https://github.com/pomerium/pomerium/issues/215
|
||||
[gh-216]: https://github.com/pomerium/pomerium/issues/216
|
||||
[gh-217]: https://github.com/pomerium/pomerium/issues/217
|
||||
[gh-218]: https://github.com/pomerium/pomerium/issues/218
|
||||
[gh-219]: https://github.com/pomerium/pomerium/issues/219
|
||||
[gh-22]: https://github.com/pomerium/pomerium/issues/22
|
||||
[gh-220]: https://github.com/pomerium/pomerium/issues/220
|
||||
[gh-221]: https://github.com/pomerium/pomerium/issues/221
|
||||
[gh-222]: https://github.com/pomerium/pomerium/issues/222
|
||||
[gh-223]: https://github.com/pomerium/pomerium/issues/223
|
||||
[gh-224]: https://github.com/pomerium/pomerium/issues/224
|
||||
[gh-225]: https://github.com/pomerium/pomerium/issues/225
|
||||
[gh-226]: https://github.com/pomerium/pomerium/issues/226
|
||||
[gh-227]: https://github.com/pomerium/pomerium/issues/227
|
||||
[gh-228]: https://github.com/pomerium/pomerium/issues/228
|
||||
[gh-229]: https://github.com/pomerium/pomerium/issues/229
|
||||
[gh-23]: https://github.com/pomerium/pomerium/issues/23
|
||||
[gh-230]: https://github.com/pomerium/pomerium/issues/230
|
||||
[gh-231]: https://github.com/pomerium/pomerium/issues/231
|
||||
[gh-232]: https://github.com/pomerium/pomerium/issues/232
|
||||
[gh-233]: https://github.com/pomerium/pomerium/issues/233
|
||||
[gh-240]: https://github.com/pomerium/pomerium/pull/240
|
||||
[gh-259]: https://github.com/pomerium/pomerium/pull/259
|
||||
[gh-261]: https://github.com/pomerium/pomerium/pull/261
|
||||
[gh-234]: https://github.com/pomerium/pomerium/issues/234
|
||||
[gh-235]: https://github.com/pomerium/pomerium/issues/235
|
||||
[gh-236]: https://github.com/pomerium/pomerium/issues/236
|
||||
[gh-237]: https://github.com/pomerium/pomerium/issues/237
|
||||
[gh-238]: https://github.com/pomerium/pomerium/issues/238
|
||||
[gh-239]: https://github.com/pomerium/pomerium/issues/239
|
||||
[gh-24]: https://github.com/pomerium/pomerium/issues/24
|
||||
[gh-240]: https://github.com/pomerium/pomerium/issues/240
|
||||
[gh-241]: https://github.com/pomerium/pomerium/issues/241
|
||||
[gh-242]: https://github.com/pomerium/pomerium/issues/242
|
||||
[gh-243]: https://github.com/pomerium/pomerium/issues/243
|
||||
[gh-244]: https://github.com/pomerium/pomerium/issues/244
|
||||
[gh-245]: https://github.com/pomerium/pomerium/issues/245
|
||||
[gh-246]: https://github.com/pomerium/pomerium/issues/246
|
||||
[gh-247]: https://github.com/pomerium/pomerium/issues/247
|
||||
[gh-248]: https://github.com/pomerium/pomerium/issues/248
|
||||
[gh-249]: https://github.com/pomerium/pomerium/issues/249
|
||||
[gh-25]: https://github.com/pomerium/pomerium/issues/25
|
||||
[gh-250]: https://github.com/pomerium/pomerium/issues/250
|
||||
[gh-251]: https://github.com/pomerium/pomerium/issues/251
|
||||
[gh-252]: https://github.com/pomerium/pomerium/issues/252
|
||||
[gh-253]: https://github.com/pomerium/pomerium/issues/253
|
||||
[gh-254]: https://github.com/pomerium/pomerium/issues/254
|
||||
[gh-255]: https://github.com/pomerium/pomerium/issues/255
|
||||
[gh-256]: https://github.com/pomerium/pomerium/issues/256
|
||||
[gh-257]: https://github.com/pomerium/pomerium/issues/257
|
||||
[gh-258]: https://github.com/pomerium/pomerium/issues/258
|
||||
[gh-259]: https://github.com/pomerium/pomerium/issues/259
|
||||
[gh-26]: https://github.com/pomerium/pomerium/issues/26
|
||||
[gh-260]: https://github.com/pomerium/pomerium/issues/260
|
||||
[gh-261]: https://github.com/pomerium/pomerium/issues/261
|
||||
[gh-262]: https://github.com/pomerium/pomerium/issues/262
|
||||
[gh-266]: https://github.com/pomerium/pomerium/pull/266
|
||||
[gh-272]: https://github.com/pomerium/pomerium/pull/272
|
||||
[gh-263]: https://github.com/pomerium/pomerium/issues/263
|
||||
[gh-264]: https://github.com/pomerium/pomerium/issues/264
|
||||
[gh-265]: https://github.com/pomerium/pomerium/issues/265
|
||||
[gh-266]: https://github.com/pomerium/pomerium/issues/266
|
||||
[gh-267]: https://github.com/pomerium/pomerium/issues/267
|
||||
[gh-268]: https://github.com/pomerium/pomerium/issues/268
|
||||
[gh-269]: https://github.com/pomerium/pomerium/issues/269
|
||||
[gh-27]: https://github.com/pomerium/pomerium/issues/27
|
||||
[gh-270]: https://github.com/pomerium/pomerium/issues/270
|
||||
[gh-271]: https://github.com/pomerium/pomerium/issues/271
|
||||
[gh-272]: https://github.com/pomerium/pomerium/issues/272
|
||||
[gh-273]: https://github.com/pomerium/pomerium/issues/273
|
||||
[gh-274]: https://github.com/pomerium/pomerium/issues/274
|
||||
[gh-275]: https://github.com/pomerium/pomerium/issues/275
|
||||
[gh-276]: https://github.com/pomerium/pomerium/issues/276
|
||||
[gh-277]: https://github.com/pomerium/pomerium/issues/277
|
||||
[gh-278]: https://github.com/pomerium/pomerium/issues/278
|
||||
[gh-279]: https://github.com/pomerium/pomerium/issues/279
|
||||
[gh-28]: https://github.com/pomerium/pomerium/issues/28
|
||||
[gh-280]: https://github.com/pomerium/pomerium/issues/280
|
||||
[gh-284]: https://github.com/pomerium/pomerium/pull/284
|
||||
[gh-281]: https://github.com/pomerium/pomerium/issues/281
|
||||
[gh-282]: https://github.com/pomerium/pomerium/issues/282
|
||||
[gh-283]: https://github.com/pomerium/pomerium/issues/283
|
||||
[gh-284]: https://github.com/pomerium/pomerium/issues/284
|
||||
[gh-285]: https://github.com/pomerium/pomerium/issues/285
|
||||
[gh-297]: https://github.com/pomerium/pomerium/pull/297
|
||||
[gh-286]: https://github.com/pomerium/pomerium/issues/286
|
||||
[gh-287]: https://github.com/pomerium/pomerium/issues/287
|
||||
[gh-288]: https://github.com/pomerium/pomerium/issues/288
|
||||
[gh-289]: https://github.com/pomerium/pomerium/issues/289
|
||||
[gh-29]: https://github.com/pomerium/pomerium/issues/29
|
||||
[gh-290]: https://github.com/pomerium/pomerium/issues/290
|
||||
[gh-291]: https://github.com/pomerium/pomerium/issues/291
|
||||
[gh-292]: https://github.com/pomerium/pomerium/issues/292
|
||||
[gh-293]: https://github.com/pomerium/pomerium/issues/293
|
||||
[gh-294]: https://github.com/pomerium/pomerium/issues/294
|
||||
[gh-295]: https://github.com/pomerium/pomerium/issues/295
|
||||
[gh-296]: https://github.com/pomerium/pomerium/issues/296
|
||||
[gh-297]: https://github.com/pomerium/pomerium/issues/297
|
||||
[gh-298]: https://github.com/pomerium/pomerium/issues/298
|
||||
[gh-299]: https://github.com/pomerium/pomerium/issues/299
|
||||
[gh-3]: https://github.com/pomerium/pomerium/issues/3
|
||||
[gh-30]: https://github.com/pomerium/pomerium/issues/30
|
||||
[gh-300]: https://github.com/pomerium/pomerium/issues/300
|
||||
[gh-301]: https://github.com/pomerium/pomerium/issues/301
|
||||
[gh-302]: https://github.com/pomerium/pomerium/issues/302
|
||||
[gh-303]: https://github.com/pomerium/pomerium/issues/303
|
||||
[gh-304]: https://github.com/pomerium/pomerium/issues/304
|
||||
[gh-305]: https://github.com/pomerium/pomerium/issues/305
|
||||
[gh-306]: https://github.com/pomerium/pomerium/issues/306
|
||||
[gh-307]: https://github.com/pomerium/pomerium/issues/307
|
||||
[gh-308]: https://github.com/pomerium/pomerium/issues/308
|
||||
[gh-314]: https://github.com/pomerium/pomerium/pull/314
|
||||
[gh-316]: https://github.com/pomerium/pomerium/pull/316
|
||||
[gh-309]: https://github.com/pomerium/pomerium/issues/309
|
||||
[gh-31]: https://github.com/pomerium/pomerium/issues/31
|
||||
[gh-310]: https://github.com/pomerium/pomerium/issues/310
|
||||
[gh-311]: https://github.com/pomerium/pomerium/issues/311
|
||||
[gh-312]: https://github.com/pomerium/pomerium/issues/312
|
||||
[gh-313]: https://github.com/pomerium/pomerium/issues/313
|
||||
[gh-314]: https://github.com/pomerium/pomerium/issues/314
|
||||
[gh-315]: https://github.com/pomerium/pomerium/issues/315
|
||||
[gh-316]: https://github.com/pomerium/pomerium/issues/316
|
||||
[gh-317]: https://github.com/pomerium/pomerium/issues/317
|
||||
[gh-318]: https://github.com/pomerium/pomerium/issues/318
|
||||
[gh-319]: https://github.com/pomerium/pomerium/issues/319
|
||||
[gh-32]: https://github.com/pomerium/pomerium/issues/32
|
||||
[gh-320]: https://github.com/pomerium/pomerium/issues/320
|
||||
[gh-321]: https://github.com/pomerium/pomerium/issues/321
|
||||
[gh-322]: https://github.com/pomerium/pomerium/issues/322
|
||||
[gh-323]: https://github.com/pomerium/pomerium/issues/323
|
||||
[gh-324]: https://github.com/pomerium/pomerium/issues/324
|
||||
[gh-325]: https://github.com/pomerium/pomerium/issues/325
|
||||
[gh-326]: https://github.com/pomerium/pomerium/issues/326
|
||||
[gh-327]: https://github.com/pomerium/pomerium/issues/327
|
||||
[gh-328]: https://github.com/pomerium/pomerium/issues/328
|
||||
[gh-332]: https://github.com/pomerium/pomerium/pull/332/
|
||||
[gh-329]: https://github.com/pomerium/pomerium/issues/329
|
||||
[gh-33]: https://github.com/pomerium/pomerium/issues/33
|
||||
[gh-330]: https://github.com/pomerium/pomerium/issues/330
|
||||
[gh-331]: https://github.com/pomerium/pomerium/issues/331
|
||||
[gh-332]: https://github.com/pomerium/pomerium/issues/332
|
||||
[gh-333]: https://github.com/pomerium/pomerium/issues/333
|
||||
[gh-334]: https://github.com/pomerium/pomerium/issues/334
|
||||
[gh-335]: https://github.com/pomerium/pomerium/issues/335
|
||||
[gh-336]: https://github.com/pomerium/pomerium/issues/336
|
||||
[gh-337]: https://github.com/pomerium/pomerium/issues/337
|
||||
[gh-338]: https://github.com/pomerium/pomerium/issues/338
|
||||
[gh-339]: https://github.com/pomerium/pomerium/issues/339
|
||||
[gh-34]: https://github.com/pomerium/pomerium/issues/34
|
||||
[gh-340]: https://github.com/pomerium/pomerium/issues/340
|
||||
[gh-341]: https://github.com/pomerium/pomerium/issues/341
|
||||
[gh-342]: https://github.com/pomerium/pomerium/issues/342
|
||||
[gh-343]: https://github.com/pomerium/pomerium/issues/343
|
||||
[gh-344]: https://github.com/pomerium/pomerium/issues/344
|
||||
[gh-345]: https://github.com/pomerium/pomerium/issues/345
|
||||
[gh-346]: https://github.com/pomerium/pomerium/issues/346
|
||||
[gh-347]: https://github.com/pomerium/pomerium/issues/347
|
||||
[gh-348]: https://github.com/pomerium/pomerium/issues/348
|
||||
[gh-349]: https://github.com/pomerium/pomerium/issues/349
|
||||
[gh-35]: https://github.com/pomerium/pomerium/issues/35
|
||||
[gh-350]: https://github.com/pomerium/pomerium/issues/350
|
||||
[gh-351]: https://github.com/pomerium/pomerium/issues/351
|
||||
[gh-352]: https://github.com/pomerium/pomerium/issues/352
|
||||
[gh-353]: https://github.com/pomerium/pomerium/issues/353
|
||||
[gh-354]: https://github.com/pomerium/pomerium/issues/354
|
||||
[gh-355]: https://github.com/pomerium/pomerium/issues/355
|
||||
[gh-356]: https://github.com/pomerium/pomerium/issues/356
|
||||
[gh-357]: https://github.com/pomerium/pomerium/issues/357
|
||||
[gh-358]: https://github.com/pomerium/pomerium/issues/358
|
||||
[gh-359]: https://github.com/pomerium/pomerium/issues/359
|
||||
[gh-36]: https://github.com/pomerium/pomerium/issues/36
|
||||
[gh-360]: https://github.com/pomerium/pomerium/issues/360
|
||||
[gh-361]: https://github.com/pomerium/pomerium/issues/361
|
||||
[gh-362]: https://github.com/pomerium/pomerium/issues/362
|
||||
[gh-363]: https://github.com/pomerium/pomerium/issues/363
|
||||
[gh-376]: https://github.com/pomerium/pomerium/pull/376/
|
||||
[gh-364]: https://github.com/pomerium/pomerium/issues/364
|
||||
[gh-365]: https://github.com/pomerium/pomerium/issues/365
|
||||
[gh-366]: https://github.com/pomerium/pomerium/issues/366
|
||||
[gh-367]: https://github.com/pomerium/pomerium/issues/367
|
||||
[gh-368]: https://github.com/pomerium/pomerium/issues/368
|
||||
[gh-369]: https://github.com/pomerium/pomerium/issues/369
|
||||
[gh-37]: https://github.com/pomerium/pomerium/issues/37
|
||||
[gh-370]: https://github.com/pomerium/pomerium/issues/370
|
||||
[gh-371]: https://github.com/pomerium/pomerium/issues/371
|
||||
[gh-372]: https://github.com/pomerium/pomerium/issues/372
|
||||
[gh-373]: https://github.com/pomerium/pomerium/issues/373
|
||||
[gh-374]: https://github.com/pomerium/pomerium/issues/374
|
||||
[gh-375]: https://github.com/pomerium/pomerium/issues/375
|
||||
[gh-376]: https://github.com/pomerium/pomerium/issues/376
|
||||
[gh-377]: https://github.com/pomerium/pomerium/issues/377
|
||||
[gh-378]: https://github.com/pomerium/pomerium/issues/378
|
||||
[gh-379]: https://github.com/pomerium/pomerium/issues/379
|
||||
[gh-38]: https://github.com/pomerium/pomerium/issues/38
|
||||
[gh-380]: https://github.com/pomerium/pomerium/issues/380
|
||||
[gh-381]: https://github.com/pomerium/pomerium/issues/381
|
||||
[gh-382]: https://github.com/pomerium/pomerium/issues/382
|
||||
[gh-383]: https://github.com/pomerium/pomerium/issues/383
|
||||
[gh-384]: https://github.com/pomerium/pomerium/issues/384
|
||||
[gh-385]: https://github.com/pomerium/pomerium/issues/385
|
||||
[gh-386]: https://github.com/pomerium/pomerium/issues/386
|
||||
[gh-387]: https://github.com/pomerium/pomerium/issues/387
|
||||
[gh-388]: https://github.com/pomerium/pomerium/issues/388
|
||||
[gh-389]: https://github.com/pomerium/pomerium/issues/389
|
||||
[gh-39]: https://github.com/pomerium/pomerium/issues/39
|
||||
[gh-390]: https://github.com/pomerium/pomerium/issues/390
|
||||
[gh-391]: https://github.com/pomerium/pomerium/issues/391
|
||||
[gh-392]: https://github.com/pomerium/pomerium/issues/392
|
||||
[gh-393]: https://github.com/pomerium/pomerium/issues/393
|
||||
[gh-394]: https://github.com/pomerium/pomerium/issues/394
|
||||
[gh-395]: https://github.com/pomerium/pomerium/issues/395
|
||||
[gh-396]: https://github.com/pomerium/pomerium/issues/396
|
||||
[gh-397]: https://github.com/pomerium/pomerium/issues/397
|
||||
[gh-398]: https://github.com/pomerium/pomerium/issues/398
|
||||
[gh-399]: https://github.com/pomerium/pomerium/issues/399
|
||||
[gh-4]: https://github.com/pomerium/pomerium/issues/4
|
||||
[gh-40]: https://github.com/pomerium/pomerium/issues/40
|
||||
[gh-400]: https://github.com/pomerium/pomerium/issues/400
|
||||
[gh-401]: https://github.com/pomerium/pomerium/issues/401
|
||||
[gh-402]: https://github.com/pomerium/pomerium/issues/402
|
||||
[gh-403]: https://github.com/pomerium/pomerium/issues/403
|
||||
[gh-404]: https://github.com/pomerium/pomerium/issues/404
|
||||
[gh-405]: https://github.com/pomerium/pomerium/issues/405
|
||||
[gh-406]: https://github.com/pomerium/pomerium/issues/406
|
||||
[gh-407]: https://github.com/pomerium/pomerium/issues/407
|
||||
[gh-408]: https://github.com/pomerium/pomerium/issues/408
|
||||
[gh-409]: https://github.com/pomerium/pomerium/issues/409
|
||||
[gh-41]: https://github.com/pomerium/pomerium/issues/41
|
||||
[gh-410]: https://github.com/pomerium/pomerium/issues/410
|
||||
[gh-411]: https://github.com/pomerium/pomerium/issues/411
|
||||
[gh-412]: https://github.com/pomerium/pomerium/issues/412
|
||||
[gh-413]: https://github.com/pomerium/pomerium/issues/413
|
||||
[gh-414]: https://github.com/pomerium/pomerium/issues/414
|
||||
[gh-415]: https://github.com/pomerium/pomerium/issues/415
|
||||
[gh-416]: https://github.com/pomerium/pomerium/issues/416
|
||||
[gh-417]: https://github.com/pomerium/pomerium/issues/417
|
||||
[gh-418]: https://github.com/pomerium/pomerium/issues/418
|
||||
[gh-419]: https://github.com/pomerium/pomerium/issues/419
|
||||
[gh-42]: https://github.com/pomerium/pomerium/issues/42
|
||||
[gh-420]: https://github.com/pomerium/pomerium/issues/420
|
||||
[gh-421]: https://github.com/pomerium/pomerium/issues/421
|
||||
[gh-422]: https://github.com/pomerium/pomerium/issues/422
|
||||
[gh-423]: https://github.com/pomerium/pomerium/issues/423
|
||||
[gh-424]: https://github.com/pomerium/pomerium/issues/424
|
||||
[gh-425]: https://github.com/pomerium/pomerium/issues/425
|
||||
[gh-426]: https://github.com/pomerium/pomerium/issues/426
|
||||
[gh-427]: https://github.com/pomerium/pomerium/issues/427
|
||||
[gh-428]: https://github.com/pomerium/pomerium/issues/428
|
||||
[gh-429]: https://github.com/pomerium/pomerium/issues/429
|
||||
[gh-43]: https://github.com/pomerium/pomerium/issues/43
|
||||
[gh-430]: https://github.com/pomerium/pomerium/issues/430
|
||||
[gh-431]: https://github.com/pomerium/pomerium/issues/431
|
||||
[gh-432]: https://github.com/pomerium/pomerium/issues/432
|
||||
[gh-433]: https://github.com/pomerium/pomerium/issues/433
|
||||
[gh-434]: https://github.com/pomerium/pomerium/issues/434
|
||||
[gh-435]: https://github.com/pomerium/pomerium/issues/435
|
||||
[gh-436]: https://github.com/pomerium/pomerium/issues/436
|
||||
[gh-437]: https://github.com/pomerium/pomerium/issues/437
|
||||
[gh-438]: https://github.com/pomerium/pomerium/issues/438
|
||||
[gh-439]: https://github.com/pomerium/pomerium/issues/439
|
||||
[gh-44]: https://github.com/pomerium/pomerium/issues/44
|
||||
[gh-440]: https://github.com/pomerium/pomerium/issues/440
|
||||
[gh-441]: https://github.com/pomerium/pomerium/issues/441
|
||||
[gh-442]: https://github.com/pomerium/pomerium/issues/442
|
||||
[gh-443]: https://github.com/pomerium/pomerium/issues/443
|
||||
[gh-444]: https://github.com/pomerium/pomerium/issues/444
|
||||
[gh-445]: https://github.com/pomerium/pomerium/issues/445
|
||||
[gh-446]: https://github.com/pomerium/pomerium/issues/446
|
||||
[gh-447]: https://github.com/pomerium/pomerium/issues/447
|
||||
[gh-448]: https://github.com/pomerium/pomerium/issues/448
|
||||
[gh-449]: https://github.com/pomerium/pomerium/issues/449
|
||||
[gh-45]: https://github.com/pomerium/pomerium/issues/45
|
||||
[gh-450]: https://github.com/pomerium/pomerium/issues/450
|
||||
[gh-451]: https://github.com/pomerium/pomerium/issues/451
|
||||
[gh-452]: https://github.com/pomerium/pomerium/issues/452
|
||||
[gh-453]: https://github.com/pomerium/pomerium/issues/453
|
||||
[gh-454]: https://github.com/pomerium/pomerium/issues/454
|
||||
[gh-455]: https://github.com/pomerium/pomerium/issues/455
|
||||
[gh-456]: https://github.com/pomerium/pomerium/issues/456
|
||||
[gh-457]: https://github.com/pomerium/pomerium/issues/457
|
||||
[gh-458]: https://github.com/pomerium/pomerium/issues/458
|
||||
[gh-459]: https://github.com/pomerium/pomerium/issues/459
|
||||
[gh-46]: https://github.com/pomerium/pomerium/issues/46
|
||||
[gh-460]: https://github.com/pomerium/pomerium/issues/460
|
||||
[gh-461]: https://github.com/pomerium/pomerium/issues/461
|
||||
[gh-462]: https://github.com/pomerium/pomerium/issues/462
|
||||
[gh-463]: https://github.com/pomerium/pomerium/issues/463
|
||||
[gh-464]: https://github.com/pomerium/pomerium/issues/464
|
||||
[gh-465]: https://github.com/pomerium/pomerium/issues/465
|
||||
[gh-466]: https://github.com/pomerium/pomerium/issues/466
|
||||
[gh-467]: https://github.com/pomerium/pomerium/issues/467
|
||||
[gh-468]: https://github.com/pomerium/pomerium/issues/468
|
||||
[gh-469]: https://github.com/pomerium/pomerium/issues/469
|
||||
[gh-47]: https://github.com/pomerium/pomerium/issues/47
|
||||
[gh-470]: https://github.com/pomerium/pomerium/issues/470
|
||||
[gh-471]: https://github.com/pomerium/pomerium/issues/471
|
||||
[gh-472]: https://github.com/pomerium/pomerium/issues/472
|
||||
[gh-473]: https://github.com/pomerium/pomerium/issues/473
|
||||
[gh-474]: https://github.com/pomerium/pomerium/issues/474
|
||||
[gh-475]: https://github.com/pomerium/pomerium/issues/475
|
||||
[gh-476]: https://github.com/pomerium/pomerium/issues/476
|
||||
[gh-477]: https://github.com/pomerium/pomerium/issues/477
|
||||
[gh-478]: https://github.com/pomerium/pomerium/issues/478
|
||||
[gh-479]: https://github.com/pomerium/pomerium/issues/479
|
||||
[gh-48]: https://github.com/pomerium/pomerium/issues/48
|
||||
[gh-480]: https://github.com/pomerium/pomerium/issues/480
|
||||
[gh-481]: https://github.com/pomerium/pomerium/issues/481
|
||||
[gh-482]: https://github.com/pomerium/pomerium/issues/482
|
||||
[gh-483]: https://github.com/pomerium/pomerium/issues/483
|
||||
[gh-484]: https://github.com/pomerium/pomerium/issues/484
|
||||
[gh-485]: https://github.com/pomerium/pomerium/issues/485
|
||||
[gh-486]: https://github.com/pomerium/pomerium/issues/486
|
||||
[gh-487]: https://github.com/pomerium/pomerium/issues/487
|
||||
[gh-488]: https://github.com/pomerium/pomerium/issues/488
|
||||
[gh-489]: https://github.com/pomerium/pomerium/issues/489
|
||||
[gh-49]: https://github.com/pomerium/pomerium/issues/49
|
||||
[gh-490]: https://github.com/pomerium/pomerium/issues/490
|
||||
[gh-491]: https://github.com/pomerium/pomerium/issues/491
|
||||
[gh-492]: https://github.com/pomerium/pomerium/issues/492
|
||||
[gh-493]: https://github.com/pomerium/pomerium/issues/493
|
||||
[gh-494]: https://github.com/pomerium/pomerium/issues/494
|
||||
[gh-495]: https://github.com/pomerium/pomerium/issues/495
|
||||
[gh-496]: https://github.com/pomerium/pomerium/issues/496
|
||||
[gh-497]: https://github.com/pomerium/pomerium/issues/497
|
||||
[gh-498]: https://github.com/pomerium/pomerium/issues/498
|
||||
[gh-499]: https://github.com/pomerium/pomerium/issues/499
|
||||
[gh-5]: https://github.com/pomerium/pomerium/issues/5
|
||||
[gh-50]: https://github.com/pomerium/pomerium/issues/50
|
||||
[gh-500]: https://github.com/pomerium/pomerium/issues/500
|
||||
[gh-501]: https://github.com/pomerium/pomerium/issues/501
|
||||
[gh-502]: https://github.com/pomerium/pomerium/issues/502
|
||||
[gh-503]: https://github.com/pomerium/pomerium/issues/503
|
||||
[gh-504]: https://github.com/pomerium/pomerium/issues/504
|
||||
[gh-505]: https://github.com/pomerium/pomerium/issues/505
|
||||
[gh-506]: https://github.com/pomerium/pomerium/issues/506
|
||||
[gh-507]: https://github.com/pomerium/pomerium/issues/507
|
||||
[gh-508]: https://github.com/pomerium/pomerium/issues/508
|
||||
[gh-509]: https://github.com/pomerium/pomerium/issues/509
|
||||
[gh-51]: https://github.com/pomerium/pomerium/issues/51
|
||||
[gh-510]: https://github.com/pomerium/pomerium/issues/510
|
||||
[gh-511]: https://github.com/pomerium/pomerium/issues/511
|
||||
[gh-512]: https://github.com/pomerium/pomerium/issues/512
|
||||
[gh-513]: https://github.com/pomerium/pomerium/issues/513
|
||||
[gh-514]: https://github.com/pomerium/pomerium/issues/514
|
||||
[gh-515]: https://github.com/pomerium/pomerium/issues/515
|
||||
[gh-516]: https://github.com/pomerium/pomerium/issues/516
|
||||
[gh-517]: https://github.com/pomerium/pomerium/issues/517
|
||||
[gh-518]: https://github.com/pomerium/pomerium/issues/518
|
||||
[gh-519]: https://github.com/pomerium/pomerium/issues/519
|
||||
[gh-52]: https://github.com/pomerium/pomerium/issues/52
|
||||
[gh-520]: https://github.com/pomerium/pomerium/issues/520
|
||||
[gh-521]: https://github.com/pomerium/pomerium/issues/521
|
||||
[gh-522]: https://github.com/pomerium/pomerium/issues/522
|
||||
[gh-523]: https://github.com/pomerium/pomerium/issues/523
|
||||
[gh-524]: https://github.com/pomerium/pomerium/issues/524
|
||||
[gh-525]: https://github.com/pomerium/pomerium/issues/525
|
||||
[gh-526]: https://github.com/pomerium/pomerium/issues/526
|
||||
[gh-527]: https://github.com/pomerium/pomerium/issues/527
|
||||
[gh-528]: https://github.com/pomerium/pomerium/issues/528
|
||||
[gh-529]: https://github.com/pomerium/pomerium/issues/529
|
||||
[gh-53]: https://github.com/pomerium/pomerium/issues/53
|
||||
[gh-530]: https://github.com/pomerium/pomerium/issues/530
|
||||
[gh-531]: https://github.com/pomerium/pomerium/issues/531
|
||||
[gh-532]: https://github.com/pomerium/pomerium/issues/532
|
||||
[gh-533]: https://github.com/pomerium/pomerium/issues/533
|
||||
[gh-534]: https://github.com/pomerium/pomerium/issues/534
|
||||
[gh-535]: https://github.com/pomerium/pomerium/issues/535
|
||||
[gh-536]: https://github.com/pomerium/pomerium/issues/536
|
||||
[gh-537]: https://github.com/pomerium/pomerium/issues/537
|
||||
[gh-538]: https://github.com/pomerium/pomerium/issues/538
|
||||
[gh-539]: https://github.com/pomerium/pomerium/issues/539
|
||||
[gh-54]: https://github.com/pomerium/pomerium/issues/54
|
||||
[gh-540]: https://github.com/pomerium/pomerium/issues/540
|
||||
[gh-541]: https://github.com/pomerium/pomerium/issues/541
|
||||
[gh-542]: https://github.com/pomerium/pomerium/issues/542
|
||||
[gh-543]: https://github.com/pomerium/pomerium/issues/543
|
||||
[gh-544]: https://github.com/pomerium/pomerium/issues/544
|
||||
[gh-545]: https://github.com/pomerium/pomerium/issues/545
|
||||
[gh-546]: https://github.com/pomerium/pomerium/issues/546
|
||||
[gh-547]: https://github.com/pomerium/pomerium/issues/547
|
||||
[gh-548]: https://github.com/pomerium/pomerium/issues/548
|
||||
[gh-549]: https://github.com/pomerium/pomerium/issues/549
|
||||
[gh-55]: https://github.com/pomerium/pomerium/issues/55
|
||||
[gh-550]: https://github.com/pomerium/pomerium/issues/550
|
||||
[gh-551]: https://github.com/pomerium/pomerium/issues/551
|
||||
[gh-552]: https://github.com/pomerium/pomerium/issues/552
|
||||
[gh-553]: https://github.com/pomerium/pomerium/issues/553
|
||||
[gh-554]: https://github.com/pomerium/pomerium/issues/554
|
||||
[gh-555]: https://github.com/pomerium/pomerium/issues/555
|
||||
[gh-556]: https://github.com/pomerium/pomerium/issues/556
|
||||
[gh-557]: https://github.com/pomerium/pomerium/issues/557
|
||||
[gh-558]: https://github.com/pomerium/pomerium/issues/558
|
||||
[gh-559]: https://github.com/pomerium/pomerium/issues/559
|
||||
[gh-56]: https://github.com/pomerium/pomerium/issues/56
|
||||
[gh-560]: https://github.com/pomerium/pomerium/issues/560
|
||||
[gh-561]: https://github.com/pomerium/pomerium/issues/561
|
||||
[gh-562]: https://github.com/pomerium/pomerium/issues/562
|
||||
[gh-563]: https://github.com/pomerium/pomerium/issues/563
|
||||
[gh-564]: https://github.com/pomerium/pomerium/issues/564
|
||||
[gh-565]: https://github.com/pomerium/pomerium/issues/565
|
||||
[gh-566]: https://github.com/pomerium/pomerium/issues/566
|
||||
[gh-567]: https://github.com/pomerium/pomerium/issues/567
|
||||
[gh-568]: https://github.com/pomerium/pomerium/issues/568
|
||||
[gh-569]: https://github.com/pomerium/pomerium/issues/569
|
||||
[gh-57]: https://github.com/pomerium/pomerium/issues/57
|
||||
[gh-570]: https://github.com/pomerium/pomerium/issues/570
|
||||
[gh-571]: https://github.com/pomerium/pomerium/issues/571
|
||||
[gh-572]: https://github.com/pomerium/pomerium/issues/572
|
||||
[gh-573]: https://github.com/pomerium/pomerium/issues/573
|
||||
[gh-574]: https://github.com/pomerium/pomerium/issues/574
|
||||
[gh-575]: https://github.com/pomerium/pomerium/issues/575
|
||||
[gh-576]: https://github.com/pomerium/pomerium/issues/576
|
||||
[gh-577]: https://github.com/pomerium/pomerium/issues/577
|
||||
[gh-578]: https://github.com/pomerium/pomerium/issues/578
|
||||
[gh-579]: https://github.com/pomerium/pomerium/issues/579
|
||||
[gh-58]: https://github.com/pomerium/pomerium/issues/58
|
||||
[gh-580]: https://github.com/pomerium/pomerium/issues/580
|
||||
[gh-581]: https://github.com/pomerium/pomerium/issues/581
|
||||
[gh-582]: https://github.com/pomerium/pomerium/issues/582
|
||||
[gh-583]: https://github.com/pomerium/pomerium/issues/583
|
||||
[gh-584]: https://github.com/pomerium/pomerium/issues/584
|
||||
[gh-585]: https://github.com/pomerium/pomerium/issues/585
|
||||
[gh-586]: https://github.com/pomerium/pomerium/issues/586
|
||||
[gh-587]: https://github.com/pomerium/pomerium/issues/587
|
||||
[gh-588]: https://github.com/pomerium/pomerium/issues/588
|
||||
[gh-589]: https://github.com/pomerium/pomerium/issues/589
|
||||
[gh-59]: https://github.com/pomerium/pomerium/issues/59
|
||||
[gh-590]: https://github.com/pomerium/pomerium/issues/590
|
||||
[gh-591]: https://github.com/pomerium/pomerium/issues/591
|
||||
[gh-592]: https://github.com/pomerium/pomerium/issues/592
|
||||
[gh-593]: https://github.com/pomerium/pomerium/issues/593
|
||||
[gh-594]: https://github.com/pomerium/pomerium/issues/594
|
||||
[gh-595]: https://github.com/pomerium/pomerium/issues/595
|
||||
[gh-596]: https://github.com/pomerium/pomerium/issues/596
|
||||
[gh-597]: https://github.com/pomerium/pomerium/issues/597
|
||||
[gh-598]: https://github.com/pomerium/pomerium/issues/598
|
||||
[gh-599]: https://github.com/pomerium/pomerium/issues/599
|
||||
[gh-6]: https://github.com/pomerium/pomerium/issues/6
|
||||
[gh-60]: https://github.com/pomerium/pomerium/issues/60
|
||||
[gh-600]: https://github.com/pomerium/pomerium/issues/600
|
||||
[gh-601]: https://github.com/pomerium/pomerium/issues/601
|
||||
[gh-602]: https://github.com/pomerium/pomerium/issues/602
|
||||
[gh-603]: https://github.com/pomerium/pomerium/issues/603
|
||||
[gh-604]: https://github.com/pomerium/pomerium/issues/604
|
||||
[gh-605]: https://github.com/pomerium/pomerium/issues/605
|
||||
[gh-606]: https://github.com/pomerium/pomerium/issues/606
|
||||
[gh-607]: https://github.com/pomerium/pomerium/issues/607
|
||||
[gh-608]: https://github.com/pomerium/pomerium/issues/608
|
||||
[gh-609]: https://github.com/pomerium/pomerium/issues/609
|
||||
[gh-61]: https://github.com/pomerium/pomerium/issues/61
|
||||
[gh-610]: https://github.com/pomerium/pomerium/issues/610
|
||||
[gh-611]: https://github.com/pomerium/pomerium/issues/611
|
||||
[gh-612]: https://github.com/pomerium/pomerium/issues/612
|
||||
[gh-613]: https://github.com/pomerium/pomerium/issues/613
|
||||
[gh-614]: https://github.com/pomerium/pomerium/issues/614
|
||||
[gh-615]: https://github.com/pomerium/pomerium/issues/615
|
||||
[gh-616]: https://github.com/pomerium/pomerium/issues/616
|
||||
[gh-617]: https://github.com/pomerium/pomerium/issues/617
|
||||
[gh-618]: https://github.com/pomerium/pomerium/issues/618
|
||||
[gh-619]: https://github.com/pomerium/pomerium/issues/619
|
||||
[gh-62]: https://github.com/pomerium/pomerium/issues/62
|
||||
[gh-620]: https://github.com/pomerium/pomerium/issues/620
|
||||
[gh-621]: https://github.com/pomerium/pomerium/issues/621
|
||||
[gh-622]: https://github.com/pomerium/pomerium/issues/622
|
||||
[gh-623]: https://github.com/pomerium/pomerium/issues/623
|
||||
[gh-624]: https://github.com/pomerium/pomerium/issues/624
|
||||
[gh-625]: https://github.com/pomerium/pomerium/issues/625
|
||||
[gh-626]: https://github.com/pomerium/pomerium/issues/626
|
||||
[gh-627]: https://github.com/pomerium/pomerium/issues/627
|
||||
[gh-628]: https://github.com/pomerium/pomerium/issues/628
|
||||
[gh-629]: https://github.com/pomerium/pomerium/issues/629
|
||||
[gh-63]: https://github.com/pomerium/pomerium/issues/63
|
||||
[gh-630]: https://github.com/pomerium/pomerium/issues/630
|
||||
[gh-631]: https://github.com/pomerium/pomerium/issues/631
|
||||
[gh-632]: https://github.com/pomerium/pomerium/issues/632
|
||||
[gh-633]: https://github.com/pomerium/pomerium/issues/633
|
||||
[gh-634]: https://github.com/pomerium/pomerium/issues/634
|
||||
[gh-635]: https://github.com/pomerium/pomerium/issues/635
|
||||
[gh-636]: https://github.com/pomerium/pomerium/issues/636
|
||||
[gh-637]: https://github.com/pomerium/pomerium/issues/637
|
||||
[gh-638]: https://github.com/pomerium/pomerium/issues/638
|
||||
[gh-639]: https://github.com/pomerium/pomerium/issues/639
|
||||
[gh-64]: https://github.com/pomerium/pomerium/issues/64
|
||||
[gh-640]: https://github.com/pomerium/pomerium/issues/640
|
||||
[gh-641]: https://github.com/pomerium/pomerium/issues/641
|
||||
[gh-642]: https://github.com/pomerium/pomerium/issues/642
|
||||
[gh-643]: https://github.com/pomerium/pomerium/issues/643
|
||||
[gh-644]: https://github.com/pomerium/pomerium/issues/644
|
||||
[gh-645]: https://github.com/pomerium/pomerium/issues/645
|
||||
[gh-646]: https://github.com/pomerium/pomerium/issues/646
|
||||
[gh-647]: https://github.com/pomerium/pomerium/issues/647
|
||||
[gh-648]: https://github.com/pomerium/pomerium/issues/648
|
||||
[gh-649]: https://github.com/pomerium/pomerium/issues/649
|
||||
[gh-65]: https://github.com/pomerium/pomerium/issues/65
|
||||
[gh-650]: https://github.com/pomerium/pomerium/issues/650
|
||||
[gh-651]: https://github.com/pomerium/pomerium/issues/651
|
||||
[gh-652]: https://github.com/pomerium/pomerium/issues/652
|
||||
[gh-653]: https://github.com/pomerium/pomerium/issues/653
|
||||
[gh-654]: https://github.com/pomerium/pomerium/issues/654
|
||||
[gh-655]: https://github.com/pomerium/pomerium/issues/655
|
||||
[gh-656]: https://github.com/pomerium/pomerium/issues/656
|
||||
[gh-657]: https://github.com/pomerium/pomerium/issues/657
|
||||
[gh-658]: https://github.com/pomerium/pomerium/issues/658
|
||||
[gh-659]: https://github.com/pomerium/pomerium/issues/659
|
||||
[gh-66]: https://github.com/pomerium/pomerium/issues/66
|
||||
[gh-660]: https://github.com/pomerium/pomerium/issues/660
|
||||
[gh-661]: https://github.com/pomerium/pomerium/issues/661
|
||||
[gh-662]: https://github.com/pomerium/pomerium/issues/662
|
||||
[gh-663]: https://github.com/pomerium/pomerium/issues/663
|
||||
[gh-664]: https://github.com/pomerium/pomerium/issues/664
|
||||
[gh-665]: https://github.com/pomerium/pomerium/issues/665
|
||||
[gh-666]: https://github.com/pomerium/pomerium/issues/666
|
||||
[gh-667]: https://github.com/pomerium/pomerium/issues/667
|
||||
[gh-668]: https://github.com/pomerium/pomerium/issues/668
|
||||
[gh-669]: https://github.com/pomerium/pomerium/issues/669
|
||||
[gh-67]: https://github.com/pomerium/pomerium/issues/67
|
||||
[gh-670]: https://github.com/pomerium/pomerium/issues/670
|
||||
[gh-671]: https://github.com/pomerium/pomerium/issues/671
|
||||
[gh-672]: https://github.com/pomerium/pomerium/issues/672
|
||||
[gh-673]: https://github.com/pomerium/pomerium/issues/673
|
||||
[gh-674]: https://github.com/pomerium/pomerium/issues/674
|
||||
[gh-675]: https://github.com/pomerium/pomerium/issues/675
|
||||
[gh-676]: https://github.com/pomerium/pomerium/issues/676
|
||||
[gh-677]: https://github.com/pomerium/pomerium/issues/677
|
||||
[gh-678]: https://github.com/pomerium/pomerium/issues/678
|
||||
[gh-679]: https://github.com/pomerium/pomerium/issues/679
|
||||
[gh-68]: https://github.com/pomerium/pomerium/issues/68
|
||||
[gh-69]: https://github.com/pomerium/pomerium/issues/69
|
||||
[gh-7]: https://github.com/pomerium/pomerium/issues/7
|
||||
[gh-70]: https://github.com/pomerium/pomerium/issues/70
|
||||
[gh-71]: https://github.com/pomerium/pomerium/issues/71
|
||||
[gh-72]: https://github.com/pomerium/pomerium/issues/72
|
||||
[gh-73]: https://github.com/pomerium/pomerium/issues/73
|
||||
[gh-74]: https://github.com/pomerium/pomerium/pull/74
|
||||
[gh-79]: https://github.com/pomerium/pomerium/pull/79
|
||||
[gh-81]: https://github.com/pomerium/pomerium/pull/81
|
||||
[gh-83]: https://github.com/pomerium/pomerium/pull/83
|
||||
[gh-92]: https://github.com/pomerium/pomerium/pull/92
|
||||
[gh-93]: https://github.com/pomerium/pomerium/pull/93
|
||||
[gh-95]: https://github.com/pomerium/pomerium/pull/95
|
||||
[gh-96]: https://github.com/pomerium/pomerium/pull/96
|
||||
[gh-74]: https://github.com/pomerium/pomerium/issues/74
|
||||
[gh-75]: https://github.com/pomerium/pomerium/issues/75
|
||||
[gh-76]: https://github.com/pomerium/pomerium/issues/76
|
||||
[gh-77]: https://github.com/pomerium/pomerium/issues/77
|
||||
[gh-78]: https://github.com/pomerium/pomerium/issues/78
|
||||
[gh-79]: https://github.com/pomerium/pomerium/issues/79
|
||||
[gh-8]: https://github.com/pomerium/pomerium/issues/8
|
||||
[gh-80]: https://github.com/pomerium/pomerium/issues/80
|
||||
[gh-81]: https://github.com/pomerium/pomerium/issues/81
|
||||
[gh-82]: https://github.com/pomerium/pomerium/issues/82
|
||||
[gh-83]: https://github.com/pomerium/pomerium/issues/83
|
||||
[gh-84]: https://github.com/pomerium/pomerium/issues/84
|
||||
[gh-85]: https://github.com/pomerium/pomerium/issues/85
|
||||
[gh-86]: https://github.com/pomerium/pomerium/issues/86
|
||||
[gh-87]: https://github.com/pomerium/pomerium/issues/87
|
||||
[gh-88]: https://github.com/pomerium/pomerium/issues/88
|
||||
[gh-89]: https://github.com/pomerium/pomerium/issues/89
|
||||
[gh-9]: https://github.com/pomerium/pomerium/issues/9
|
||||
[gh-90]: https://github.com/pomerium/pomerium/issues/90
|
||||
[gh-91]: https://github.com/pomerium/pomerium/issues/91
|
||||
[gh-92]: https://github.com/pomerium/pomerium/issues/92
|
||||
[gh-93]: https://github.com/pomerium/pomerium/issues/93
|
||||
[gh-94]: https://github.com/pomerium/pomerium/issues/94
|
||||
[gh-95]: https://github.com/pomerium/pomerium/issues/95
|
||||
[gh-96]: https://github.com/pomerium/pomerium/issues/96
|
||||
[gh-97]: https://github.com/pomerium/pomerium/issues/97
|
||||
[gh-98]: https://github.com/pomerium/pomerium/issues/98
|
||||
[gh-99]: https://github.com/pomerium/pomerium/issues/99
|
||||
[synology tutorial]: ./quick-start/synology.md
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
home: true
|
||||
footer: true
|
||||
heroImage: /pomerium-in-action-800-600.mp4
|
||||
heroText: Secure Application Access
|
||||
tagline: Authenticate, authorize, monitor, and secure user access to any application without a VPN.
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
{
|
||||
"devDependencies": {
|
||||
"@vuepress/plugin-blog": "^1.9.2",
|
||||
"@vuepress/plugin-google-analytics": "1.4.0",
|
||||
"vuepress": "1.4.0",
|
||||
"vuepress-plugin-mailchimp": "^1.4.2",
|
||||
"vuepress-plugin-sitemap": "2.3.1"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue