Commit graph

2640 commits

Author SHA1 Message Date
dependabot[bot]
745f92b50a
chore(deps): bump url-parse from 1.5.1 to 1.5.7 (#3068)
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.7.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.7)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-19 10:56:35 -08:00
Alex Fornuto
d37a54d6cb
DOCS: Reference Updates (#3059)
* sort Routes Reference

I know the diff is nigh-incomprehensible, but I found a script to
confirm that no content was lost during the sort:

```sh
❯ git diff-tree --no-commit-id --name-only -r HEAD | {
  while IFS= read -r file_path; do
    git show "HEAD:${file_path}" | sort >new.txt
    git show "HEAD^1:${file_path}" | sort >old.txt
    echo "Diff for ${file_path}:"
    diff old.txt new.txt
    shasum old.txt new.txt
  done
}
Diff for docs/reference/readme.md:
1ff1c65acba1a5bce8c37e56a2e770d74158eec9  old.txt
1ff1c65acba1a5bce8c37e56a2e770d74158eec9  new.txt
```

* copy-edit host rewrite section

* document per-route idp client id and secret
2022-02-18 15:04:17 -06:00
Alex Fornuto
54c68fbbb2
exclude partials from sitemap (#3065)
* exclude partials in frontmatter

* add path to exclude

* wildcard?

* manually specify excludes in config
2022-02-18 14:13:18 -06:00
Nathan Hayfield
d1b0a4b1c0
fix link for picture in avatar (#3066) 2022-02-18 20:46:40 +01:00
Nathan Hayfield
fd8ec0099e
Style update for User Info Endpoint (#3055)
* style changes from mui 5

* fix spacing issue on small screen

* remove unneeded import

* add default exports

* make linter happy

* more style changes

* use startCase from lodash

Co-authored-by: Caleb Doxsey <cdoxsey@pomerium.com>
2022-02-18 12:39:44 -05:00
Alex Fornuto
f0843d6f44
various link fixes (#3049) 2022-02-18 11:19:02 -06:00
Caleb Doxsey
efd609f6ce
config: add idp_client_id and idp_client_secret to protobuf (#3060) 2022-02-18 08:55:31 -07:00
Alex Fornuto
8b627e4a14
admin enrollment guide (#3061) 2022-02-18 06:53:22 -06:00
Caleb Doxsey
908ea35ed8
config: fix httptest local certificate (#3056)
* config: fix httptest local certificate

* config: remote unused localCert
2022-02-17 10:44:14 -07:00
Caleb Doxsey
99b9a3ee12
authorize: add support for passing access or id token upstream (#3047)
* authorize: add support for passing access or id token upstream

* use an enum
2022-02-17 09:28:31 -07:00
Alex Fornuto
7140562a82
updates examples for current routes/policy keys (#3034)
* updates examples for current routes/policy keys

* fix and prettier
2022-02-16 14:06:52 -06:00
Caleb Doxsey
f9b95a276b
authenticate: support for per-route client id and client secret (#3030)
* implement dynamic provider support

* authenticate: support per-route client id and secret
2022-02-16 12:31:55 -07:00
dependabot[bot]
99ffaf233d
chore(deps): bump mikefarah/yq from 4.18.1 to 4.20.1 (#3051)
Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.18.1 to 4.20.1.
- [Release notes](https://github.com/mikefarah/yq/releases)
- [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt)
- [Commits](https://github.com/mikefarah/yq/compare/v4.18.1...v4.20.1)

---
updated-dependencies:
- dependency-name: mikefarah/yq
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-15 14:47:25 -07:00
dependabot[bot]
83a46b0599
chore(deps): bump github.com/gorilla/websocket from 1.4.2 to 1.5.0 (#3052)
Bumps [github.com/gorilla/websocket](https://github.com/gorilla/websocket) from 1.4.2 to 1.5.0.
- [Release notes](https://github.com/gorilla/websocket/releases)
- [Commits](https://github.com/gorilla/websocket/compare/v1.4.2...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/gorilla/websocket
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-15 14:22:30 -07:00
Travis Groth
0b0fba06b3
ci: rename master to main (#3045)
Co-authored-by: alexfornuto <afornuto@pomerium.com>
2022-02-15 16:02:40 -05:00
Alex Fornuto
1238fa86b7
mark redirect url as optional (#3039) 2022-02-15 14:09:57 -06:00
Alex Fornuto
b74dd84090
rm prompts in code example (#3003)
replaced with line highlighting to separate input from output
2022-02-15 12:44:41 -06:00
Travis Groth
8987010709
ci: exclude docs and ci from changelog (#3046) 2022-02-15 11:25:15 -05:00
Travis Groth
393ae660de
ci: use default branch name for helmfile repo (#3042) 2022-02-14 15:06:20 -05:00
dependabot[bot]
0da6c3f548
chore(deps): bump follow-redirects from 1.14.7 to 1.14.8 (#3043)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-14 09:30:20 -07:00
dependabot[bot]
abeaba8c85
chore(deps): bump go.uber.org/zap from 1.20.0 to 1.21.0 (#3041)
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.20.0 to 1.21.0.
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uber-go/zap/compare/v1.20.0...v1.21.0)

---
updated-dependencies:
- dependency-name: go.uber.org/zap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-14 09:28:53 -07:00
dependabot[bot]
baf4df1796
chore(deps): bump github.com/open-policy-agent/opa from 0.37.1 to 0.37.2 (#3040)
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa) from 0.37.1 to 0.37.2.
- [Release notes](https://github.com/open-policy-agent/opa/releases)
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-policy-agent/opa/compare/v0.37.1...v0.37.2)

---
updated-dependencies:
- dependency-name: github.com/open-policy-agent/opa
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-14 09:28:40 -07:00
Alex Fornuto
ab0b674b80
update Enterprise docs for 0.16.0 (#2993)
* update Enterprise docs for 0.16.0

* Update docs/enterprise/upgrading.md

Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>

* more docs, plus cross-links

Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
2022-02-11 11:06:54 -06:00
dependabot[bot]
825b3cdf0d
chore(deps): bump github.com/open-policy-agent/opa from 0.36.1 to 0.37.1 (#3013)
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa) from 0.36.1 to 0.37.1.
- [Release notes](https://github.com/open-policy-agent/opa/releases)
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-policy-agent/opa/compare/v0.36.1...v0.37.1)

---
updated-dependencies:
- dependency-name: github.com/open-policy-agent/opa
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-10 13:30:08 -07:00
dependabot[bot]
5fdda5e0f9
chore(deps): bump google.golang.org/api from 0.66.0 to 0.68.0 (#3033)
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.66.0 to 0.68.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.66.0...v0.68.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-10 13:28:02 -07:00
Alex Fornuto
e5d62c9a59
update verify port (#3035) 2022-02-10 11:08:30 -06:00
dependabot[bot]
716d5cfbb7
chore(deps): bump github.com/mholt/acmez from 1.0.1 to 1.0.2 (#3011)
Bumps [github.com/mholt/acmez](https://github.com/mholt/acmez) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/mholt/acmez/releases)
- [Commits](https://github.com/mholt/acmez/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: github.com/mholt/acmez
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-09 21:17:14 -08:00
dependabot[bot]
f6218adf3d
chore(deps): bump github.com/shirou/gopsutil/v3 from 3.21.12 to 3.22.1 (#3012)
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.21.12 to 3.22.1.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.21.12...v3.22.1)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-09 21:17:10 -08:00
dependabot[bot]
a900bd89b0
chore(deps): bump github.com/caddyserver/certmagic from 0.15.2 to 0.15.3 (#3014)
Bumps [github.com/caddyserver/certmagic](https://github.com/caddyserver/certmagic) from 0.15.2 to 0.15.3.
- [Release notes](https://github.com/caddyserver/certmagic/releases)
- [Commits](https://github.com/caddyserver/certmagic/compare/v0.15.2...v0.15.3)

---
updated-dependencies:
- dependency-name: github.com/caddyserver/certmagic
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-09 21:17:03 -08:00
Alex Fornuto
db7648d4eb
update timeoutes reference (#3031) 2022-02-09 16:26:08 -06:00
Travis Groth
0ece090c85
ci: add mui build to release steps (#3023) 2022-02-09 16:53:36 -05:00
Alex Fornuto
8b3b135c7a
update CA-related reference copy (#3026)
These changes better differentiate which settings affect upstream and downstream CAs
2022-02-09 14:47:31 -06:00
Alex Fornuto
c0eb482ce4
fix metadata description (#3027) 2022-02-09 14:31:56 -06:00
Caleb Doxsey
46c4d5fa7e
session: remove unused session state properties (#3022)
* fix error page

* share dashboard code

* sessions: remove unused session state properties

* remove programmatic

* remove version
2022-02-09 10:59:06 -07:00
Caleb Doxsey
0898dd4f34
proxy: fix error page (#3020)
* fix error page

* proxy: fix error page

* share dashboard code

* fix test
2022-02-09 09:14:24 -07:00
Travis Groth
8f6fddebd1
ci: increase yarn timeout more (#3019) 2022-02-08 18:35:57 -05:00
Travis Groth
996de1bf07
deps: increase yarn network timeout (#3018) 2022-02-08 10:17:54 -05:00
Travis Groth
1b179139be
deployment: add debug image for all releases (#3001) 2022-02-08 07:27:43 -05:00
Alex Fornuto
634f9f2ff0
overwrite page-edit for license (#3006) 2022-02-07 13:00:42 -06:00
dependabot[bot]
8eebea7623
chore(deps): bump mermaid from 8.12.1 to 8.13.10 (#3010)
Bumps [mermaid](https://github.com/knsv/mermaid) from 8.12.1 to 8.13.10.
- [Release notes](https://github.com/knsv/mermaid/releases)
- [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/docs/CHANGELOG.md)
- [Commits](https://github.com/knsv/mermaid/compare/8.12.1...8.13.10)

---
updated-dependencies:
- dependency-name: mermaid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-07 08:50:17 -07:00
dependabot[bot]
fed8a6697a
chore(deps): bump prismjs from 1.24.1 to 1.26.0 (#3008)
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.24.1 to 1.26.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.24.1...v1.26.0)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-07 08:50:06 -07:00
dependabot[bot]
c449de5d62
chore(deps): bump follow-redirects from 1.14.1 to 1.14.7 (#3009)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.1 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.1...v1.14.7)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-07 08:49:14 -07:00
Caleb Doxsey
2824faecbf
frontend: react+mui (#3004)
* mui v5 wip

* wip

* wip

* wip

* use compressor for all controlplane endpoints

* wip

* wip

* add deps

* fix authenticate URL

* fix test

* fix test

* fix build

* maybe fix build

* fix integration test

* remove image asset test

* add yarn.lock
2022-02-07 08:47:58 -07:00
Alex Fornuto
64d8748251
document enterprise enrollment option (#2994) 2022-02-04 10:27:27 -06:00
Caleb Doxsey
7757988015
controlplane: add compression middleware (#3000) 2022-02-03 16:33:49 -07:00
Travis Groth
ec03a9ffcb
deployment: add nonroot release docker images (#2997) 2022-02-03 15:54:39 -05:00
Yarden Shoham
3150479f07
Update nginx example with verify port (#2995)
80->8000
2022-02-02 15:29:18 -07:00
Alex
62c55df1dc
DOCS: Clarify renaming of claims with underscores (#2971)
* Clarify renaming of claims with underscores

* copy edits

One to the proposed change, one to existing language

Co-authored-by: alexfornuto <afornuto@pomerium.com>
2022-02-02 12:27:33 -08:00
Caleb Doxsey
d1c4c55fd9
auth0: support explicit domains in the service account (#2980)
* auth0: support explicit domains in the service account

* also handle FromOptions
2022-02-02 08:58:05 -07:00
dependabot[bot]
72dc9413cc
chore(deps): bump google.golang.org/api from 0.65.0 to 0.66.0 (#2986)
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.65.0 to 0.66.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.65.0...v0.66.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-01 10:58:23 -07:00