Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[fix] passing Bearer token in authorization header #190

Merged
merged 1 commit into from
Mar 22, 2022

Conversation

tomplus
Copy link
Owner

@tomplus tomplus commented Mar 22, 2022

The latest version of OpenAPI Generator change/fix a field name to store authentication token (OpenAPITools/openapi-generator#6469) and it causes authorization problem (#187, #188).

@codecov
Copy link

codecov bot commented Mar 22, 2022

Codecov Report

Merging #190 (ced3e8f) into master (f5771e0) will not change coverage.
The diff coverage is 75.00%.

@@           Coverage Diff           @@
##           master     #190   +/-   ##
=======================================
  Coverage   27.42%   27.42%           
=======================================
  Files         702      702           
  Lines       93764    93764           
=======================================
  Hits        25712    25712           
  Misses      68052    68052           
Impacted Files Coverage Δ
kubernetes_asyncio/config/incluster_config.py 85.10% <0.00%> (ø)
kubernetes_asyncio/config/kube_config.py 92.22% <100.00%> (ø)
kubernetes_asyncio/config/kube_config_test.py 94.47% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f5771e0...ced3e8f. Read the comment docs.

@tomplus tomplus merged commit 0818287 into master Mar 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant