-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Workload ID: Introduce basic rule condition operators #50940
Merged
strideynet
merged 9 commits into
master
from
strideynet/use-oneof-for-rule-conditions-workload-id
Jan 10, 2025
Merged
Workload ID: Introduce basic rule condition operators #50940
strideynet
merged 9 commits into
master
from
strideynet/use-oneof-for-rule-conditions-workload-id
Jan 10, 2025
+1,317
−162
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
Amplify deployment status
|
f4e9b4b
to
c7e5c7b
Compare
tigrato
approved these changes
Jan 10, 2025
ptgott
approved these changes
Jan 10, 2025
github-merge-queue bot
pushed a commit
that referenced
this pull request
Jan 10, 2025
* Pull condition operators into a one of * Add wrapper structs to support repeated * Adjust for new protos * Fix tflint * Start fixing tests * Add more test cases * More test cases * Fix marshalling of resource * Fix test in lib/services
@strideynet See the table below for backport results.
|
strideynet
added a commit
that referenced
this pull request
Jan 13, 2025
* Pull condition operators into a one of * Add wrapper structs to support repeated * Adjust for new protos * Fix tflint * Start fixing tests * Add more test cases * More test cases * Fix marshalling of resource * Fix test in lib/services
strideynet
added a commit
that referenced
this pull request
Jan 13, 2025
* Pull condition operators into a one of * Add wrapper structs to support repeated * Adjust for new protos * Fix tflint * Start fixing tests * Add more test cases * More test cases * Fix marshalling of resource * Fix test in lib/services
This was referenced Jan 13, 2025
github-merge-queue bot
pushed a commit
that referenced
this pull request
Jan 13, 2025
…50979) * Workload ID: Introduce basic rule condition operators (#50940) * Pull condition operators into a one of * Add wrapper structs to support repeated * Adjust for new protos * Fix tflint * Start fixing tests * Add more test cases * More test cases * Fix marshalling of resource * Fix test in lib/services * Backport hugo's changes
github-merge-queue bot
pushed a commit
that referenced
this pull request
Jan 13, 2025
…50978) * Workload ID: Introduce basic rule condition operators (#50940) * Pull condition operators into a one of * Add wrapper structs to support repeated * Adjust for new protos * Fix tflint * Start fixing tests * Add more test cases * More test cases * Fix marshalling of resource * Fix test in lib/services * Backport hugo's changes
carloscastrojumo
pushed a commit
to carloscastrojumo/teleport
that referenced
this pull request
Feb 19, 2025
…50940) * Pull condition operators into a one of * Add wrapper structs to support repeated * Adjust for new protos * Fix tflint * Start fixing tests * Add more test cases * More test cases * Fix marshalling of resource * Fix test in lib/services
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport/branch/v16
backport/branch/v17
documentation
no-changelog
Indicates that a PR does not require a changelog entry
size/lg
tctl
tctl - Teleport admin tool
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.
Part of #44006
Following gravitational/protoc-gen-terraform#47 - we can now use oneof in RFD153 resources and still generate a Terraform resource.
Moving a single field into a protobuf oneof should hypothetically be non-breaking - https://protobuf.dev/programming-guides/proto3/#backward