-
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
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
strideynet
temporarily deployed
to
docs-amplify
January 10, 2025 11:32 — with
GitHub Actions
Inactive
Amplify deployment status
|
strideynet
temporarily deployed
to
docs-amplify
January 10, 2025 11:41 — with
GitHub Actions
Inactive
strideynet
temporarily deployed
to
docs-amplify
January 10, 2025 11:50 — with
GitHub Actions
Inactive
strideynet
force-pushed
the
strideynet/use-oneof-for-rule-conditions-workload-id
branch
from
January 10, 2025 14:08
f4e9b4b
to
c7e5c7b
Compare
strideynet
temporarily deployed
to
docs-amplify
January 10, 2025 14:08 — with
GitHub Actions
Inactive
strideynet
temporarily deployed
to
docs-amplify
January 10, 2025 15:04 — with
GitHub Actions
Inactive
strideynet
temporarily deployed
to
docs-amplify
January 10, 2025 15:15 — with
GitHub Actions
Inactive
strideynet
temporarily deployed
to
docs-amplify
January 10, 2025 15:22 — with
GitHub Actions
Inactive
strideynet
added
backport/branch/v16
backport/branch/v17
no-changelog
Indicates that a PR does not require a changelog entry
labels
Jan 10, 2025
strideynet
temporarily deployed
to
docs-amplify
January 10, 2025 15:45 — with
GitHub Actions
Inactive
strideynet
changed the title
Workload ID: Use OneOf for Rule Conditions
Workload ID: Introduce basic rule condition operators
Jan 10, 2025
github-actions
bot
requested review from
bernardjkim,
hugoShaka and
marcoandredinis
January 10, 2025 16:51
github-actions
bot
requested review from
mmcallister,
ptgott,
r0mant,
tigrato,
xinding33 and
zmb3
January 10, 2025 16:51
tigrato
approved these changes
Jan 10, 2025
ptgott
approved these changes
Jan 10, 2025
public-teleport-github-review-bot
bot
removed request for
bernardjkim,
hugoShaka,
mmcallister,
r0mant,
xinding33,
zmb3 and
timothyb89
January 10, 2025 18:01
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
deleted the
strideynet/use-oneof-for-rule-conditions-workload-id
branch
January 10, 2025 21:34
@strideynet See the table below for backport results.
|
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