Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Apply config defaults and merge OIDC configuration #9

Merged
merged 2 commits into from
Feb 13, 2024
Merged

Apply config defaults and merge OIDC configuration #9

merged 2 commits into from
Feb 13, 2024

Conversation

nacx
Copy link
Member

@nacx nacx commented Feb 13, 2024

No description provided.

@nacx nacx requested a review from sergicastro February 13, 2024 16:03
Copy link

codecov bot commented Feb 13, 2024

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (2bd5d79) 90.42% compared to head (b34faf9) 91.23%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main       #9      +/-   ##
==========================================
+ Coverage   90.42%   91.23%   +0.80%     
==========================================
  Files          10       10              
  Lines         470      502      +32     
==========================================
+ Hits          425      458      +33     
+ Misses         40       39       -1     
  Partials        5        5              
Files Coverage Δ
internal/config.go 100.00% <100.00%> (ø)
internal/oidc/jwks.go 92.30% <0.00%> (-5.74%) ⬇️
internal/server/authz.go 91.66% <40.00%> (+2.86%) ⬆️

@@ -110,19 +110,16 @@ func (e *ExtAuthZFilter) Check(ctx context.Context, req *envoy.CheckRequest) (re

log.Debug("applying filter", "type", fmt.Sprintf("%T", f.Type), "index", i)

// Note that the Default_Oidc or the Oidc_Override types can't reach this point. The configurations have
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// Note that the Default_Oidc or the Oidc_Override types can't reach this point. The configurations have
// Note that the Default_Oidc or the Oidc_Override types can't reach this point. The configurations have

@nacx nacx merged commit 58dfe7b into main Feb 13, 2024
7 of 8 checks passed
@nacx nacx deleted the config branch February 13, 2024 16:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants