Commit ae6568b
committed
Pin kubernetes below v36 to avoid breaking API changes
kubernetes v36 introduced two regressions that break local and staging operation:
1. ApiClient.__deserialize_model() now accesses self.configuration which is unset
when constructed via ApiClient.__new__() (bypassing __init__).
2. _set_config() stores exec credentials under api_key['authorization'] but
auth_settings() was changed to check api_key['BearerToken'], leaving all
requests unauthenticated (system:anonymous).1 parent ec83b54 commit ae6568b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments