This repository was archived by the owner on Jan 17, 2025. It is now read-only.
Add PyJWT to support IBM Certificate Manager#90
Closed
osenbach wants to merge 2 commits intoibm-functions:masterfrom
Closed
Add PyJWT to support IBM Certificate Manager#90osenbach wants to merge 2 commits intoibm-functions:masterfrom
osenbach wants to merge 2 commits intoibm-functions:masterfrom
Conversation
I'd like to use IBM Functions to support all of the various IBM Certificate Manager workflows, such as ordering, renewing, expiring, etc... and to do so I need to decode a JWT encoded payload send in the notification. Currently, this isn't possible via Python3 actions as a result of the PyJWT module not included as a requirement.
Author
Same change as 3.7, but to 3.6 for alignment
Author
|
@falkzoll any chance we can add PyJWT so that I can decode IBM Cert Manager messages? |
Contributor
|
Sorry did not see this PR at the first time :-(. Let me have a look to see if we can add this. |
Author
|
Hey @falkzoll. Sure! |
Contributor
|
Added PyJWT to the python:3.7 runtime with PR #95. Thanks for providing your input 👍 . The updated version of this runtime is now available in IBM Cloud. Feel free to check it out and get back with more proposals to improve this runtime. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I'd like to use IBM Functions to support all of the various IBM Certificate Manager workflows, such as ordering, renewing, expiring, etc... and to do so I need to decode a JWT encoded payload send in the notification. Currently, this isn't possible via Python3 actions as a result of the PyJWT module not included as a requirement.