Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Output Subject Claim as Identity in Logging interceptor #946

Merged
merged 21 commits into from
Aug 31, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
046be95
Move GrpcMessageInterceptor into auth package to prevent circular dep…
mrzzy Aug 12, 2020
ab7dcf2
Update GrpcMessageInterceptor to output subject claim as identity ins…
mrzzy Aug 12, 2020
a4e5af5
Remove print statement
mrzzy Aug 12, 2020
bf6dfa5
Fix null in GrpcMessageInterceptor when subjectClaim not set.
mrzzy Aug 13, 2020
efdb344
Add comment for SUBJECT_CLAIM constant in SecurityProperties
mrzzy Aug 17, 2020
c163d93
Move subjectClaim option to authorization's options.
mrzzy Aug 21, 2020
99d93d6
Fix bad import on JobControllerServiceImpl importing GrpcMessageInter…
mrzzy Aug 21, 2020
2d79f5a
Fix issue where jobcontroller's spring cannot find GrpcMessageInterce…
mrzzy Aug 24, 2020
f064e74
Allow GrpcMessageInterceptor to function without securityProperties s…
mrzzy Aug 24, 2020
fe18508
Fix wrong method used to make securityProperties param in GrpcMessage…
mrzzy Aug 24, 2020
39dcb39
Fix missing WebSecurityConfigurerAdapter on jobcontroller start by ad…
mrzzy Aug 24, 2020
e6d22d5
Merge feast-auth module into feast-common under feast.auth.common.
mrzzy Aug 25, 2020
0ad04f8
Move version specification to parent pom.xml instead of feast-common …
mrzzy Aug 25, 2020
ffa6fa9
Revert GrpcMessageInterceptor back to feast.common.logging.intercepto…
mrzzy Aug 25, 2020
799db82
Add missing openapi generator ignore file.
mrzzy Aug 25, 2020
79b7935
Fix compile issue by disabling doclint.
mrzzy Aug 25, 2020
9404045
Fix junit class not being able to be use in integration test
mrzzy Aug 25, 2020
056867f
Remove copy of auth/pom.xml since merge of auth into feast-common.
mrzzy Aug 26, 2020
1e411c4
Renable doclint but disable javadocs for openapi auth client package.
mrzzy Aug 26, 2020
59fa2c9
Fixed issue where AuditLogger was not picked up as a spring component…
mrzzy Aug 26, 2020
10d74cd
Disable Spring Security for JobController by excluding autoconfigure …
mrzzy Aug 27, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
217 changes: 0 additions & 217 deletions auth/pom.xml

This file was deleted.

File renamed without changes.
Loading