-
Notifications
You must be signed in to change notification settings - Fork 90
feat(jans-cedarling): go binding for cedarling #11239
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
Merged
Merged
Conversation
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
Signed-off-by: Oleh Bozhok <olehbozhok@gmail.com>
Signed-off-by: Oleh Bozhok <olehbozhok@gmail.com>
…aling-issue-11014
56fccc8
to
b880279
Compare
Signed-off-by: Oleh Bozhok <olehbozhok@gmail.com>
b880279
to
b141902
Compare
Signed-off-by: Oleh Bozhok <olehbozhok@gmail.com>
…aling-issue-11014
SafinWasi
requested changes
Apr 17, 2025
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.
This needs work on the Readme and some discussion on how to properly package it, since its in a subdirectory of jans
. Furthermore, this is missing documentation.
… need specify `LD_LIBRARY_PATH` Signed-off-by: Oleh Bozhok <olehbozhok@gmail.com>
Signed-off-by: Oleh Bozhok <olehbozhok@gmail.com>
… minimum version Signed-off-by: Oleh Bozhok <olehbozhok@gmail.com>
8f8ed52
to
5f8e87c
Compare
…ing `sh build_and_copy_artifacts.sh` Signed-off-by: Oleh Bozhok <olehbozhok@gmail.com>
5f8e87c
to
6bb13c8
Compare
Signed-off-by: Oleh Bozhok <olehbozhok@gmail.com>
Signed-off-by: Oleh Bozhok <olehbozhok@gmail.com>
Signed-off-by: SafinWasi <6601566+SafinWasi@users.noreply.github.com>
… package Signed-off-by: Oleh Bozhok <olehbozhok@gmail.com>
rmarinn
reviewed
Apr 22, 2025
Signed-off-by: Oleh Bozhok <olehbozhok@gmail.com>
Signed-off-by: Oleh Bozhok <olehbozhok@gmail.com>
05b7805
to
26e0928
Compare
… used can download prebuild libs Signed-off-by: Oleh Bozhok <olehbozhok@gmail.com>
Signed-off-by: Oleh Bozhok <olehbozhok@gmail.com>
…s go section Signed-off-by: Oleh Bozhok <olehbozhok@gmail.com>
Signed-off-by: Oleh Bozhok <olehbozhok@gmail.com>
Signed-off-by: Oleh Bozhok <olehbozhok@gmail.com>
Signed-off-by: Oleh Bozhok <olehbozhok@gmail.com>
…atible with other packages Signed-off-by: Oleh Bozhok <olehbozhok@gmail.com>
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) |
Signed-off-by: Oleh Bozhok <olehbozhok@gmail.com>
Signed-off-by: moabu <47318409+moabu@users.noreply.github.com>
Signed-off-by: moabu <47318409+moabu@users.noreply.github.com>
Signed-off-by: Mohammad Abudayyeh <47318409+moabu@users.noreply.github.com>
Signed-off-by: moabu <47318409+moabu@users.noreply.github.com>
Signed-off-by: moabu <47318409+moabu@users.noreply.github.com>
SafinWasi
approved these changes
Apr 25, 2025
rmarinn
approved these changes
Apr 26, 2025
moabu
approved these changes
Apr 30, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-documentation
Documentation needs to change as part of issue or PR
comp-jans-cedarling
Touching folder /jans-cedarling
kind-feature
Issue or PR is a new feature request
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.
Prepare
Description
Target issue
https://github.com/JanssenProject/jans/issues/11014
closes #11014
Implementation Details
Added Golang bindings. Actually it works like RPC communication between rust part and Golang part. When we need to pass complex structures it was used JSON as serialization.
Test and Document the changes
Please check the below before submitting your PR. The PR will not be merged if there are no commits that start with
docs:
to indicate documentation changes or if the below checklist is not selected.