-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Refactor consul_session to support authentication with tokens #6755
Refactor consul_session to support authentication with tokens #6755
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please add a changelog fragment? I think this is more a new feature than a bugfix since it's basically rewriting the module. Please use a minor_changes
section in the changelog fragment.
changelogs/fragments/6755-refactor-consul-session-to-use-requests-lib-instead-of-consul.yml
Outdated
Show resolved
Hide resolved
…sts-lib-instead-of-consul.yml Co-authored-by: Felix Fontein <[email protected]>
This comment was marked as outdated.
This comment was marked as outdated.
5427dc7
to
49b8941
Compare
If nobody objects (and assuming that CI passes), I'll merge this by the end of this week. |
Backport to stable-7: 💚 backport PR created✅ Backport PR branch: Backported as #6879 🤖 @patchback |
* Split into separate PR * Refactor test, add author to inactive maintainers * Add changelog fragment and correct requirements section on module documentation * Add changelog fragment and correct requirements section on module documentation * Update changelogs/fragments/6755-refactor-consul-session-to-use-requests-lib-instead-of-consul.yml Co-authored-by: Felix Fontein <[email protected]> --------- Co-authored-by: Valerio Poggi <vrpoggigmail.com> Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit 242258e)
@valeriopoggi @Hakon thank you very much for your contribution! |
…port authentication with tokens (#6879) Refactor consul_session to support authentication with tokens (#6755) * Split into separate PR * Refactor test, add author to inactive maintainers * Add changelog fragment and correct requirements section on module documentation * Add changelog fragment and correct requirements section on module documentation * Update changelogs/fragments/6755-refactor-consul-session-to-use-requests-lib-instead-of-consul.yml Co-authored-by: Felix Fontein <[email protected]> --------- Co-authored-by: Valerio Poggi <vrpoggigmail.com> Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit 242258e) Co-authored-by: Valerio Poggi <[email protected]>
SUMMARY
Split from #6715 as per PR comments. This was originally part of #5320 by @Hakon.
Refactor consul_session module to use requests and the HTTP API due to an issue in a 3rd party lib.
ISSUE TYPE
COMPONENT NAME
consul_session