Commit graph

3669 commits

Author SHA1 Message Date
Travis Groth
ba37ed2305
GRPC Improvements 2019-08-14 18:14:09 -04:00
Bobby DeSimone
6b7a3e0a5a
docs: add mailing list and twitter
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2019-08-14 09:10:59 -07:00
Bobby DeSimone
dee126f4dc
Merge pull request #260 from desimone/docs/how-to-contribute-docs
docs: add contributing guide for docs
2019-08-13 18:30:35 -07:00
Bobby DeSimone
7f99671bfa
docs: add contributing guide for docs
- merge developers guide and contributing
- delete duplicate "from source"
- add docs makefile entry
- fix "edit in github" link

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2019-08-12 19:55:51 -07:00
Bobby DeSimone
440a7013d2
Merge pull request #259 from desimone/feature/mtls-support
proxy: enable client certificate in transport
2019-08-12 15:16:03 -07:00
Bobby DeSimone
8002e74982
proxy: enable client certificate in transport
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2019-08-12 15:08:18 -07:00
Bobby DeSimone
dcf137f70d
Merge pull request #257 from desimone/docs/learn-vs-code
docs: add visual studio code server
2019-08-08 10:14:01 -07:00
Bobby DeSimone
66751fa15a
docs: add visual studio code server
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2019-08-08 10:04:56 -07:00
Bobby DeSimone
2a769581b0
Merge pull request #258 from desimone/docs/readd-programmatic-access
docs: readd programmatic-access
2019-08-07 20:25:32 -07:00
Bobby DeSimone
413c50bca7
docs: readd programmatic-access
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2019-08-07 20:15:34 -07:00
Bobby DeSimone
8e08ac4eab
Merge pull request #256 from alagendijk-minddistrict/fix-azure-consent-prompt
Don't force consent screen for every Azure AD login
2019-08-07 09:41:54 -07:00
Arend Lagendijk
fe27b79b81 Don't force consent screen for every Azure AD login
Signed-off-by: Arend Lagendijk <a.lagendijk@minddistrict.com>
2019-08-07 10:49:57 +02:00
Bobby DeSimone
e1c00b1646
Merge pull request #246 from desimone/docs/v0-2-0-face-lift
docs: refresh docs ui
2019-08-05 15:59:40 -07:00
Bobby DeSimone
351bf2fd53
cllarify release branches and timeline
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2019-08-05 13:37:20 -07:00
Bobby DeSimone
55a97fabd4
typo 2019-08-03 22:29:40 -07:00
Bobby DeSimone
0a530fbea2
docs: update site ui
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2019-08-03 22:28:18 -07:00
Bobby DeSimone
87e214b1db
Merge pull request #248 from desimone/release/v0-2-0
release: v0.2.0
2019-08-03 18:19:05 -07:00
Bobby DeSimone
f1a3475466
v0.2.0 2019-08-03 18:14:09 -07:00
Bobby DeSimone
43a7682191
Merge pull request #254 from desimone/bug/253
config: fix url type regression (#253)
2019-08-03 12:13:56 -07:00
Bobby DeSimone
a962877ad4
config: fix url type regression (#253)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2019-08-03 12:08:26 -07:00
Travis Groth
790619ef01
Restore info metrics (#252) 2019-08-03 12:58:21 -04:00
Bobby DeSimone
5e3eb69dca
Merge pull request #241 from desimone/bug/fix-redirect-url-by-ref
authenticate: copy redirect url by value
2019-08-02 16:55:58 -07:00
Bobby DeSimone
2c1953b0ec
internal/config: pass urls by value
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2019-08-02 15:46:18 -07:00
Bobby DeSimone
62ceddef23
Merge pull request #250 from travisgroth/bug/247
Prevent nil pointer when reloading in single service mode
2019-08-01 20:40:15 -07:00
Travis Groth
30243097d2 Prevent nil pointer when reloading in single service mode 2019-08-01 22:50:21 -04:00
Bobby DeSimone
537e39a6a0
Merge pull request #249 from digital-grease/master
google idp doc updates
2019-08-01 19:43:15 -07:00
digitalgrease
a29738da28 google idp doc updates 2019-08-01 16:23:57 -05:00
Bobby DeSimone
e8b0bcead6
Merge pull request #243 from desimone/bug/fix-nil-pointer-trying-to-close-non-existant-proxy-clients
cmd/pomerium: fix close on nil proxy clients
2019-07-26 16:22:28 -07:00
Bobby DeSimone
f324eab964
cmd/pomerium: fix close on nil proxy clients
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2019-07-26 16:09:07 -07:00
Bobby DeSimone
357b202456
Merge pull request #240 from desimone/bug/signer-fix-potential-race
cryptutil: fix potential race with signer
2019-07-24 17:54:27 -07:00
Bobby DeSimone
337f90ecfb
Merge pull request #239 from desimone/telemetry-refactor-package-messages
telemetry: fix package name in messages
2019-07-24 15:52:33 -07:00
Bobby DeSimone
e30aa2c13b
cryptutil: fix potential race with signer 2019-07-24 11:19:13 -07:00
Bobby DeSimone
da9e96b764
telemetry: fix package name in messages
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2019-07-24 10:04:20 -07:00
Bobby DeSimone
14547a50e4
Merge pull request #230 from desimone/feature/add-open-census-tracing
internal/telemetry: add tracing
2019-07-24 09:34:47 -07:00
Bobby DeSimone
5edfa7b03f
telemetry: add tracing
- telemetry/tace: add traces throughout code
- telemetry/metrics: nest metrics and trace under telemetry
- telemetry/tace: add service name span to HTTPMetricsHandler.
- telemetry/metrics: removed chain dependency middleware_tests.
- telemetry/metrics: wrap and encapsulate variatic view registration.
- telemetry/tace: add jaeger support for tracing.
- cmd/pomerium: move `parseOptions` to internal/config.
- cmd/pomerium: offload server handling to httputil and sub pkgs.
- httputil: standardize creation/shutdown of http listeners.
- httputil: prefer curve X25519 to P256 when negotiating TLS.
- fileutil: use standardized Getw

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2019-07-24 09:20:16 -07:00
Bobby DeSimone
6b61a48fce
Merge pull request #237 from travisgroth/bug/checksum-overflow
Fix checksum integer overflow in metrics
2019-07-23 09:22:23 -07:00
Travis Groth
087f8fe84f Fix checksum integer overflow in metrics 2019-07-22 22:28:54 -04:00
Bobby DeSimone
50fbfd9aff
Merge pull request #236 from desimone/feature/deployment-add-spellcheck
deployment: add docs spellcheck to pipeline
2019-07-22 14:22:30 -07:00
Bobby DeSimone
e524a421b8
Merge pull request #228 from desimone/bug/remove-dirty-metatag-from-makefile
deployment: fix 'dirty' build tag
2019-07-22 14:07:10 -07:00
Bobby DeSimone
f8843eabac
deployment: add spellcheck to docs 2019-07-22 14:05:22 -07:00
Bobby DeSimone
549242033f
deployment: remove 'dirty' build tag 2019-07-22 13:53:39 -07:00
Bobby DeSimone
260fd3540a
Merge pull request #232 from desimone/feature/google-add-select-account
identity/google: always prompt for user selection.
2019-07-22 06:59:50 -07:00
Bobby DeSimone
b12ecc4cba
identity/google: always show user selection.
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2019-07-22 06:48:42 -07:00
Bobby DeSimone
29eee409ef
Merge pull request #229 from desimone/deployment/codecov-tweaks
deployment: make codecov more tolerable
2019-07-20 10:13:52 -07:00
Bobby DeSimone
14d319cf21
Merge pull request #227 from travisgroth/feature/op-metrics
internal/metrics: status metrics
2019-07-20 10:13:36 -07:00
Travis Groth
db63956b0e Add info metrics 2019-07-20 08:53:35 -04:00
Bobby DeSimone
f050a1df19
development: change codecov precision 2019-07-18 16:49:37 -07:00
Bobby DeSimone
d21d3c45b5
Merge pull request #234 from desimone/feature/prefer-X25519
internal/httputil: prefer X25519 over P256
2019-07-17 21:37:28 -07:00
Bobby DeSimone
a1419f67a5
internal/httputil: prefer X25519 over P256 2019-07-17 21:36:08 -07:00
Bobby DeSimone
5b825dbffa
deployment: remove unused linteres from travis 2019-07-16 00:02:06 -07:00