Commit e185cf0
fix: Address review nitpicks on Entra OIDC PR
- Type the discovery_data test fixture as Dict[str, str].
- Split the Entra group-claim caveat into its own bullet in authz_manager.md.
- Log the token's claim keys at debug level before raising on a missing
username claim, to aid diagnosis (keys only, no values).
Signed-off-by: Larry Singleton <166439969+larrysingleton007@users.noreply.github.com>1 parent 36dc33e commit e185cf0
3 files changed
Lines changed: 7 additions & 2 deletions
File tree
- docs/getting-started/components
- sdk/python
- feast/permissions/auth
- tests/unit/permissions/auth
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
81 | 84 | | |
82 | 85 | | |
83 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
68 | | - | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
0 commit comments