-
Notifications
You must be signed in to change notification settings - Fork 15
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
Enable auth monitorConnectionServer #507
Merged
denis-tingaikin
merged 5 commits into
networkservicemesh:main
from
anastasia-malysheva:add-auth-monitor
Aug 1, 2022
Merged
Enable auth monitorConnectionServer #507
denis-tingaikin
merged 5 commits into
networkservicemesh:main
from
anastasia-malysheva:add-auth-monitor
Aug 1, 2022
Conversation
This file contains 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: anastasia.malysheva <[email protected]>
denis-tingaikin
requested changes
Jul 29, 2022
main.go
Outdated
@@ -218,6 +219,7 @@ func main() { | |||
ctx, | |||
config.Name, | |||
authorize.NewServer(), | |||
authmonitor.NewMonitorConnectionServer(), |
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.
Should we share the spiffieid map?
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.
@denis-tingaikin fixed
Signed-off-by: anastasia.malysheva <[email protected]>
…riov into add-auth-monitor � Conflicts: � go.mod
Signed-off-by: anastasia.malysheva <[email protected]>
Signed-off-by: anastasia.malysheva <[email protected]>
denis-tingaikin
approved these changes
Aug 1, 2022
nsmbot
pushed a commit
to networkservicemesh/deployments-k8s
that referenced
this pull request
Aug 1, 2022
…d-forwarder-sriov@main PR link: networkservicemesh/cmd-forwarder-sriov#507 Commit: 8a9c837 Author: Denis Tingaikin Date: 2022-08-01 20:36:29 +0300 Message: - Merge pull request #507 from anastasia-malysheva/add-auth-monitor Signed-off-by: NSMBot <[email protected]>
nsmbot
pushed a commit
that referenced
this pull request
Feb 21, 2023
…k-sriov@main PR link: networkservicemesh/sdk-sriov#507 Commit: de7e186 Author: Denis Tingaikin Date: 2023-02-21 18:16:49 +0300 Message: - Merge pull request #507 from glazychev-art/multitoken_err Signed-off-by: NSMBot <[email protected]>
nsmbot
pushed a commit
that referenced
this pull request
Feb 21, 2023
…k-sriov@main PR link: networkservicemesh/sdk-sriov#507 Commit: de7e186 Author: Denis Tingaikin Date: 2023-02-21 18:16:49 +0300 Message: - Merge pull request #507 from glazychev-art/multitoken_err Signed-off-by: NSMBot <[email protected]>
nsmbot
pushed a commit
that referenced
this pull request
May 29, 2024
…k-k8s@main PR link: networkservicemesh/sdk-k8s#507 Commit: b1014b9 Author: Network Service Mesh Bot Date: 2024-05-29 05:58:17 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#507) PR link: networkservicemesh/sdk#1636 Commit: c01f9e1 Author: Nikita Skrynnik Date: 2024-05-29 21:53:30 +1100 Message: - Add peer cleanup on Requests and Closes from begin (#1636) * Add peer cleanup on Requests and Closes from begin * fix go linter issues * fix race condition + fix all go linter issues --------- Signed-off-by: NSMBot <[email protected]>
nsmbot
added a commit
that referenced
this pull request
May 29, 2024
…k-k8s@main (#740) PR link: networkservicemesh/sdk-k8s#507 Commit: b1014b9 Author: Network Service Mesh Bot Date: 2024-05-29 05:58:17 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#507) PR link: networkservicemesh/sdk#1636 Commit: c01f9e1 Author: Nikita Skrynnik Date: 2024-05-29 21:53:30 +1100 Message: - Add peer cleanup on Requests and Closes from begin (#1636) * Add peer cleanup on Requests and Closes from begin * fix go linter issues * fix race condition + fix all go linter issues --------- Signed-off-by: NSMBot <[email protected]> Co-authored-by: NSMBot <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Signed-off-by: anastasia.malysheva [email protected]