debian-forge-composer/internal
sanne 4a057bf3d5 auth: OpenID/OAUth2 middleware
2 configurations for the listeners are now possible:
- enableJWT=false with client ssl auth
- enableJWT=true with https

Actual verification of the tokens is handled by
https://github.com/openshift-online/ocm-sdk-go.

An authentication handler is run as the top level handler, before any
routing is done. Routes which do not require authentication should be
listed as exceptions.

Authentication can be restricted using an ACL file which allows
filtering based on JWT claims. For more information see the inline
comments in ocm-sdk/authentication.

As an added quirk the `-v` flag for the osbuild-composer executable was
changed to `-verbose` to avoid flag collision with glog which declares
the `-v` flag in the package `init()` function. The ocm-sdk depends on
glog and pulls it in.
2021-09-04 02:48:52 +02:00
..
auth auth: OpenID/OAUth2 middleware 2021-09-04 02:48:52 +02:00
blueprint distro/rhel85: add simplified edge installer 2021-08-28 09:20:19 +02:00
boot Support for temporary credentials 2021-09-02 15:13:42 +02:00
client Weldr API: introduce Image Type denylist for filtering exposed images 2021-08-02 18:51:03 +02:00
cloud/gcp build(deps): bump github.com/golang/protobuf from 1.4.3 to 1.5.2 2021-09-03 18:23:54 +02:00
cloudapi Revert "cloudapi: Add x-rh-identity header filter" 2021-09-04 02:48:52 +02:00
common internal/common: add function to get a pointer to string literal 2021-08-02 19:05:09 +02:00
crypt crypt: add automatic darwin support 2020-07-17 07:48:22 +02:00
disk disk: refactor partition table size & start points 2021-08-21 02:54:38 +02:00
distro internal/distro/rhel85: move systemd logs kargs to the installer image 2021-09-03 23:29:08 +02:00
distroregistry distro: introduce Fedora 36 alias 2021-09-03 15:05:00 +02:00
jobqueue dbjobqueue: Reduce error noise in rollback check 2021-08-20 15:42:57 +02:00
jsondb jsondb: Allow passing nil as document to Read() 2020-05-13 16:45:09 +02:00
kojiapi internal/rhsm: introduce package that handles subscriptions 2021-08-09 12:40:23 +02:00
mocks worker: Remove identity filter 2021-09-04 02:48:52 +02:00
osbuild1 osbuild1: convert stage metadata from v2 2021-06-29 09:33:05 +01:00
osbuild2 osbuild2/grub: add greenboot option 2021-08-28 09:20:19 +02:00
ostree ostree: add test for VerifyRef() 2021-06-18 14:02:09 +01:00
prometheus worker: add metrics 2021-07-23 21:54:28 +02:00
reporegistry reporegistry: Add a DistroHasRepos helper function 2021-07-12 08:58:42 +02:00
rhsm internal/rhsm: implement fallback to the previous mechanism 2021-08-09 12:40:23 +02:00
rpmmd internal/rpmmd: return helpful error message when subscriptions == nil 2021-08-09 12:40:23 +02:00
store distro/rhel85: add support for edge raw images 2021-08-28 09:20:19 +02:00
target Support for temporary credentials 2021-09-02 15:13:42 +02:00
test worker: Remove identity filter 2021-09-04 02:48:52 +02:00
upload upload/azure: use cheaper storage accounts 2021-08-17 17:51:23 +02:00
weldr Support for temporary credentials 2021-09-02 15:13:42 +02:00
worker auth: OpenID/OAUth2 middleware 2021-09-04 02:48:52 +02:00
tools.go go: vendor the oapi-codegen cmd 2021-02-01 15:32:58 +01:00