-
Notifications
You must be signed in to change notification settings - Fork 35
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
Add OPA example #479
Labels
enhancement
New feature or request
Comments
Merged
nsmbot
pushed a commit
that referenced
this issue
Apr 8, 2022
…d-nsmgr@main PR link: networkservicemesh/cmd-nsmgr#479 Commit: 921ff3c Author: Artem Glazychev Date: 2022-04-08 20:47:19 +0700 Message: - Update spire version (#479) * Update go.mod and go.sum to latest version from networkservicemesh/sdk@main PR link: networkservicemesh/sdk#1263 Commit: adfd2db Author: Artem Glazychev Date: 2022-04-08 19:40:29 +0700 Message: - Update configuration to be consistent with spire v1.2.2 (#1263) Signed-off-by: NSMBot <[email protected]> * Update spire version Signed-off-by: Artem Glazychev <[email protected]> Signed-off-by: NSMBot <[email protected]>
nsmbot
pushed a commit
that referenced
this issue
Apr 8, 2022
…d-registry-proxy-dns@main PR link: networkservicemesh/cmd-registry-proxy-dns#479 Commit: 48545a1 Author: Denis Tingaikin Date: 2022-04-08 16:48:03 +0300 Message: - Merge pull request #479 from glazychev-art/spire_upd Signed-off-by: NSMBot <[email protected]>
nsmbot
pushed a commit
that referenced
this issue
Aug 30, 2022
…d-nsc@main PR link: networkservicemesh/cmd-nsc#479 Commit: a4450d6 Author: anastasia-malysheva Date: 2022-08-30 16:07:34 +0700 Message: - Manual update for added dns logs (#479) * manual update for added dns logs Signed-off-by: anastasia.malysheva <[email protected]> * linter fix Signed-off-by: anastasia.malysheva <[email protected]> Signed-off-by: NSMBot <[email protected]>
nsmbot
pushed a commit
that referenced
this issue
May 27, 2024
…d-nse-vlan-vpp@main PR link: networkservicemesh/cmd-nse-vlan-vpp#479 Commit: 2f66779 Author: Network Service Mesh Bot Date: 2024-05-27 05:33:41 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-vpp@main (#479) PR link: networkservicemesh/sdk-vpp#832 Commit: 206c366 Author: Nikita Skrynnik Date: 2024-05-27 21:30:15 +1100 Message: - Revert nsmonitor + add additional checks to prevent random connection closes (#832) * Add nsmonitor again + add additional checks to prevent random connection closes * fix go linter issues --------- Signed-off-by: NSMBot <[email protected]>
nsmbot
added a commit
that referenced
this issue
May 27, 2024
…d-nse-vlan-vpp@main (#12026) PR link: networkservicemesh/cmd-nse-vlan-vpp#479 Commit: 2f66779 Author: Network Service Mesh Bot Date: 2024-05-27 05:33:41 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-vpp@main (#479) PR link: networkservicemesh/sdk-vpp#832 Commit: 206c366 Author: Nikita Skrynnik Date: 2024-05-27 21:30:15 +1100 Message: - Revert nsmonitor + add additional checks to prevent random connection closes (#832) * Add nsmonitor again + add additional checks to prevent random connection closes * fix go linter issues --------- Signed-off-by: NSMBot <[email protected]> Co-authored-by: NSMBot <[email protected]>
nsmbot
pushed a commit
that referenced
this issue
Sep 27, 2024
…d-registry-k8s@main PR link: networkservicemesh/cmd-registry-k8s#479 Commit: 9b6cbd4 Author: Network Service Mesh Bot Date: 2024-09-27 05:47:18 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-k8s@main (#479) PR link: networkservicemesh/sdk-k8s#526 Commit: db98b51 Author: Network Service Mesh Bot Date: 2024-09-27 05:43:52 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#526) PR link: networkservicemesh/sdk#1670 Commit: b66e1bf Author: Nikita Skrynnik Date: 2024-09-27 17:37:34 +0700 Message: - Add more mutexes in dial chain element to fix race conditions (#1670) * some minor change * add more locks --------- Signed-off-by: NSMBot <[email protected]>
nsmbot
added a commit
that referenced
this issue
Sep 27, 2024
…d-registry-k8s@main (#12320) PR link: networkservicemesh/cmd-registry-k8s#479 Commit: 9b6cbd4 Author: Network Service Mesh Bot Date: 2024-09-27 05:47:18 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-k8s@main (#479) PR link: networkservicemesh/sdk-k8s#526 Commit: db98b51 Author: Network Service Mesh Bot Date: 2024-09-27 05:43:52 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#526) PR link: networkservicemesh/sdk#1670 Commit: b66e1bf Author: Nikita Skrynnik Date: 2024-09-27 17:37:34 +0700 Message: - Add more mutexes in dial chain element to fix race conditions (#1670) * some minor change * add more locks --------- 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
Desription
Currently, all examples pass with a correct token chain. To check that the invalid token chain will fail we could add an example with NSC that trying to request service with the expired token.
Motivation
This can help to user show how works OPA policies and this can help us to track regressions related to OPA stuff.
The text was updated successfully, but these errors were encountered: