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

feat: add proxy support to OAuth sessions #89

Merged
merged 3 commits into from
Mar 3, 2024
Merged

feat: add proxy support to OAuth sessions #89

merged 3 commits into from
Mar 3, 2024

Conversation

k0rbs
Copy link

@k0rbs k0rbs commented Nov 7, 2023

Hi there,

Just an issue that we came into, the proxy or proxies given to the ServiceNowClient are currently not used when authenticating using OAuth, which breaks everything in our use case.

The refactor might not be the cleanest, but works as expected in our environment now. Feel free to request any modification on my side to make it fit your requirements.

Cheers.

Copy link
Collaborator

@vetsin vetsin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, though you need to not bump. Created issue #92 as this pointed out it didn't exist for JWT

@@ -1,6 +1,6 @@
[tool.poetry]
name = "pysnc"
version = "1.1.6a0"
version = "1.1.7a0"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

version is auto managed - don't need to manually bump

@vetsin vetsin changed the base branch from main to scratch/oauth-proxy March 3, 2024 18:53
@vetsin vetsin merged commit d079aee into ServiceNow:scratch/oauth-proxy Mar 3, 2024
1 of 4 checks passed
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.

2 participants