1
0
Fork 0
mirror of https://github.com/pomerium/pomerium.git synced 2025-05-18 19:47:22 +02:00
Commit graph

9 commits

Author SHA1 Message Date
Joe Kralicky
fe31799eb5
Fix many instances of contexts and loggers not being propagated ()
This also replaces instances where we manually write "return ctx.Err()"
with "return context.Cause(ctx)" which is functionally identical, but
will also correctly propagate cause errors if present.
2024-10-25 14:50:56 -04:00
Caleb Doxsey
bfc782ff06
core/zero: add pseudonymization key () 2024-09-19 14:43:01 -06:00
Kenneth Jenkins
c96d5283e2
zero: log organization and cluster IDs on startup () 2024-09-13 09:32:15 -07:00
Caleb Doxsey
790c11b368
core/zero: add organization id and cluster id to bootstrap config () 2024-09-10 11:31:45 -06:00
Denis Mishin
4193583301
zero: add service accounts support ()
* zero: add service accounts support

* quit on terminal errors
2024-03-20 17:03:03 -04:00
Denis Mishin
7edd538be7
zero/bootstrap: reset back to inmem databroker if connection string is empty () 2024-02-05 20:15:33 -05:00
Caleb Doxsey
a2fd95aae6
core/ci: update linting ()
* core/ci: update linting

* re-add exportloopref

* re-add gocheckcompilerdirectives

* re-add stylecheck

* re-add usestdlibvars

* upgrade lint

---------

Co-authored-by: Denis Mishin <dmishin@pomerium.com>
2023-12-14 09:07:54 -08:00
Denis Mishin
ea64902a73
zero: merge pomerium/zero-sdk () 2023-12-11 17:31:39 -05:00
Denis Mishin
c0b1309e90 zero: bootstrap config () 2023-11-15 09:21:56 -08:00