Commit graph

3669 commits

Author SHA1 Message Date
dependabot[bot]
c2a6c486cc
chore(deps): bump stefanzweifel/git-auto-commit-action (#3274)
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4.14.0 to 4.14.1.
- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
- [Commits](c4b132ec2c...49620cd3ed)

---
updated-dependencies:
- dependency-name: stefanzweifel/git-auto-commit-action
  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-04-18 20:15:51 -06:00
dependabot[bot]
375fcc1dd7
chore(deps): bump actions/checkout from 3.0.0 to 3.0.1 (#3275)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](a12a3943b4...dcd71f6466)

---
updated-dependencies:
- dependency-name: actions/checkout
  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-04-18 20:15:33 -06:00
Caleb Doxsey
9ae5c26f42
envoy: use typed extension protocol options for static bootstrap cluster (#3268) 2022-04-12 13:13:32 -06:00
Travis Groth
66af458856
deployment: remove vals based entrypoint (#3254)
* deployment: remove vals based entrypoint

* lint
2022-04-12 10:13:42 -06:00
dependabot[bot]
f6f4ab74ba
chore(deps): bump actions/cache from 3.0.1 to 3.0.2 (#3265)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](136d96b4ae...48af2dc4a9)

---
updated-dependencies:
- dependency-name: actions/cache
  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-04-12 09:13:30 -07:00
dependabot[bot]
5f41eba899
chore(deps): bump actions/setup-node from 3.1.0 to 3.1.1 (#3267)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](5b52f097d3...56337c4255)

---
updated-dependencies:
- dependency-name: actions/setup-node
  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-04-12 09:13:09 -07:00
dependabot[bot]
77539992d0
chore(deps): bump actions/setup-python from 3.1.0 to 3.1.2 (#3266)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.0 to 3.1.2.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](9c644ca2ab...98f2ad02fd)

---
updated-dependencies:
- dependency-name: actions/setup-python
  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-04-12 10:12:42 -06:00
dependabot[bot]
c19b6d5820
chore(deps): bump github.com/cenkalti/backoff/v4 from 4.1.2 to 4.1.3 (#3264)
Bumps [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/cenkalti/backoff/releases)
- [Commits](https://github.com/cenkalti/backoff/compare/v4.1.2...v4.1.3)

---
updated-dependencies:
- dependency-name: github.com/cenkalti/backoff/v4
  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-04-11 09:28:23 -07:00
Caleb Doxsey
25a7afd6e6
ppl: support . in object_get paths (#3263) 2022-04-11 09:24:39 -06:00
Alex Fornuto
e637ff4ff3
update logo for Twitter cards (#3261) 2022-04-08 15:13:12 -05:00
Caleb Doxsey
761c17b8ac
grpc: wait for connect to be ready before making calls (#3253)
* grpc: wait for connect to be ready before making calls

* make sure to stop the ticker
2022-04-08 12:18:52 -06:00
Denis Mishin
443f4a01f5
add databroker multi lease handlers (#3255) 2022-04-08 13:31:49 -04:00
Caleb Doxsey
c5550d28ed
config: fix DefaultTransport so it is still a *http.Transport (#3257)
* config: fix DefaultTransport so it is still a *http.Transport

* remove printlns

* Update config/http.go

Co-authored-by: Denis Mishin <dmishin@pomerium.com>

* remove unnecessary check

Co-authored-by: Denis Mishin <dmishin@pomerium.com>
2022-04-08 11:07:37 -06:00
Alex Fornuto
424a7e4de8
add twitter meta tags (#3252) 2022-04-08 10:15:16 -05:00
Travis Groth
cbe90fd96d
docs: Add UUID to docs yaml blocks (#3251) 2022-04-08 08:54:27 -06:00
Alex Fornuto
5e836913ae
hotfix cockpit config (#3249) 2022-04-07 11:18:29 -04:00
Alex Fornuto
75507e243f
DOCS: Guide for Cockpit web gui (#3240)
* create guide for Cockpit web gui

* precomit is a cruel overlord
2022-04-07 09:06:47 -05:00
Caleb Doxsey
b79f1e379f
config: add support for downstream TLS server name (#3243)
* config: add support for downstream TLS server name

* fix whitespace

* fix whitespace

* add docs

* add tls_upstream_server_name and tls_downstream_server_name to config

* Update docs/reference/settings.yaml

Co-authored-by: Alex Fornuto <afornuto@pomerium.com>

* Update docs/reference/readme.md

Co-authored-by: Alex Fornuto <afornuto@pomerium.com>

* add deprecation notice

Co-authored-by: Alex Fornuto <afornuto@pomerium.com>
2022-04-06 06:48:45 -07:00
Alex Fornuto
e1403e33b4
adjust config type (#3241) 2022-04-05 13:16:27 -05:00
Alex Fornuto
166745370e
Allow docs changes without review (#3242)
With a single docs team member who cannot review their own PRs, this allows for hotfixes to be merged more quickly.
2022-04-05 13:15:52 -05:00
Caleb Doxsey
d299b42509
authorize: add name claim (#3238) 2022-04-05 12:08:00 -06:00
dependabot[bot]
6914fb8abf
chore(deps): bump actions/setup-python from 3.0.0 to 3.1.0 (#3234)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](0ebf233433...9c644ca2ab)

---
updated-dependencies:
- dependency-name: actions/setup-python
  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-04-05 09:26:48 -06:00
dependabot[bot]
a2966f93ca
chore(deps): bump actions/cache from 3.0.0 to 3.0.1 (#3235)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](4b0cf6cc46...136d96b4ae)

---
updated-dependencies:
- dependency-name: actions/cache
  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-04-05 09:26:35 -06:00
dependabot[bot]
e7f701546a
chore(deps): bump actions/setup-node from 3.0.0 to 3.1.0 (#3236)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](9ced9a43a2...5b52f097d3)

---
updated-dependencies:
- dependency-name: actions/setup-node
  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-04-05 09:26:22 -06:00
Alex Fornuto
387c0255ab
DOCS: Define stateless (#3228)
* define stateless

* link to glossary
2022-04-04 19:21:54 -05:00
Alex Fornuto
46f946b8a2
remove dev ownership of docs. (#3237) 2022-04-04 14:36:53 -05:00
dependabot[bot]
6b65488b76
chore(deps): bump github.com/shirou/gopsutil/v3 from 3.22.2 to 3.22.3 (#3231)
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.22.2 to 3.22.3.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.22.2...v3.22.3)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  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-04-04 10:27:23 -06:00
dependabot[bot]
07cb2baef3
chore(deps): bump google.golang.org/api from 0.73.0 to 0.74.0 (#3233)
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.73.0 to 0.74.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.73.0...v0.74.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-04-04 10:24:57 -06:00
dependabot[bot]
c9d1709fa0
chore(deps): bump github.com/prometheus/common from 0.32.1 to 0.33.0 (#3230)
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.32.1 to 0.33.0.
- [Release notes](https://github.com/prometheus/common/releases)
- [Commits](https://github.com/prometheus/common/compare/v0.32.1...v0.33.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/common
  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-04-04 10:14:38 -06:00
dependabot[bot]
cf378fa257
chore(deps): bump github.com/open-policy-agent/opa from 0.38.1 to 0.39.0 (#3232)
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa) from 0.38.1 to 0.39.0.
- [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.38.1...v0.39.0)

---
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-04-04 10:08:42 -06:00
Alex Fornuto
030d50c148
Docs: Grafana JWT & jwt_claims_headers updates (#3226)
* feat(docs) Update Grafana docs to have auto_sign_up

* fix(docs) Add signout url

* update jwt_claims_headers reference

* update Grafana guide

Co-authored-by: Sara Jarjoura <sara@sensibleweather.com>
2022-04-01 09:59:03 -05:00
Travis Groth
da159fe65b
ci: set explicit token permissions (#3225) 2022-03-31 14:15:38 -07:00
Travis Groth
f3dd0b8fc9
deps: bump backport action version (#3224) 2022-03-31 16:27:09 -04:00
Travis Groth
a7922d5b5b
ci: use forked backport to copy original PR labels (#3223) 2022-03-31 15:38:38 -04:00
Caleb Doxsey
36f73fa6c7
authorize: track session and service account access date (#3220)
* session: add accessed at date

* authorize: track session and service account access times

* Revert "databroker: add support for field masks on Put (#3210)"

This reverts commit 2dc778035d.

* add test

* fix data race in test

* add deadline for update

* track dropped accesses
2022-03-31 09:19:04 -06:00
Caleb Doxsey
a243056cfa
Revert "databroker: add support for field masks on Put (#3210)" (#3217)
This reverts commit 2dc778035d.
2022-03-31 11:17:57 -04:00
Travis Groth
19dba942c0
ci: update main image deployment location (#3219) 2022-03-31 09:12:30 -04:00
Caleb Doxsey
b435f73e2b
authenticate: fix debug and metrics endpoints (#3212) 2022-03-30 09:37:37 -06:00
Sara Jarjoura - Sensible
b83bb8f2f7
feat(docs) Add Redis FLUSHALL doc on how and when to execute commands (#3192)
* feat(docs) Add Redis FLUSHALL doc on how and when to execute commands

* fix(docs) Move flushall command to troubleshooting section

* copy edits

* crosslink

Co-authored-by: alexfornuto <afornuto@pomerium.com>
2022-03-30 10:11:32 -05:00
Caleb Doxsey
2dc778035d
databroker: add support for field masks on Put (#3210)
* databroker: add support for field masks on Put

* return errors

* clean up go.mod
2022-03-29 16:36:40 -06:00
Caleb Doxsey
8fc5dbf4c5
grpc: regenerate protobuf code (#3208) 2022-03-29 15:18:10 -06:00
Travis Groth
5fc9e6837d
ci: update release deployment location (#3209) 2022-03-29 13:28:57 -04:00
Alex Fornuto
8b31c99d24
expand shared_secret troubleshooting (#3193) 2022-03-28 15:59:09 -05:00
Alex Fornuto
de3c2aa6ad
DOCS: Production Deployment Index (#3182)
* production deployment tree

* adjust for updates to source
2022-03-28 14:07:38 -05:00
dependabot[bot]
d7b581eb38
chore(deps): bump actions/setup-go from 2.2.0 to 3 (#3204)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.2.0 to 3.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](bfdd3570ce...f6164bd8c8)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-28 12:46:31 -06:00
dependabot[bot]
8d8d82fa4d
chore(deps): bump github.com/caddyserver/certmagic from 0.15.4 to 0.16.0 (#3198)
* chore(deps): bump github.com/caddyserver/certmagic from 0.15.4 to 0.16.0

Bumps [github.com/caddyserver/certmagic](https://github.com/caddyserver/certmagic) from 0.15.4 to 0.16.0.
- [Release notes](https://github.com/caddyserver/certmagic/releases)
- [Commits](https://github.com/caddyserver/certmagic/compare/v0.15.4...v0.16.0)

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

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

* update dependency names

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Caleb Doxsey <cdoxsey@pomerium.com>
2022-03-28 12:46:17 -06:00
dependabot[bot]
a003a45b5c
chore(deps): bump actions/upload-artifact from 2.3.1 to 3 (#3203)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.3.1 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](82c141cc51...6673cd052c)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-28 10:29:21 -06:00
dependabot[bot]
a8e42f4452
chore(deps): bump github.com/docker/docker (#3199)
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.13+incompatible to 20.10.14+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Changelog](https://github.com/moby/moby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/docker/docker/compare/v20.10.13...v20.10.14)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  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-03-28 10:27:35 -06:00
dependabot[bot]
0e153dd23c
chore(deps): bump actions/download-artifact from 2.1.0 to 3 (#3202)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2.1.0 to 3.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](f023be2c48...fb598a63ae)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-28 10:26:48 -06:00
dependabot[bot]
dc52554d56
chore(deps): bump mikefarah/yq from 4.23.1 to 4.24.2 (#3201)
Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.23.1 to 4.24.2.
- [Release notes](https://github.com/mikefarah/yq/releases)
- [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt)
- [Commits](03f57b7034...bc2118736b)

---
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-03-28 10:26:34 -06:00