-
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
Refactor lib/tbot/spiffe
to use WorkloadAttrs proto
#50833
Merged
strideynet
merged 2 commits into
master
from
strideynet/refactor-tbot-internals-around-attrs
Jan 15, 2025
Merged
Refactor lib/tbot/spiffe
to use WorkloadAttrs proto
#50833
strideynet
merged 2 commits into
master
from
strideynet/refactor-tbot-internals-around-attrs
Jan 15, 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
added
no-changelog
Indicates that a PR does not require a changelog entry
backport/branch/v16
backport/branch/v17
labels
Jan 8, 2025
strideynet
force-pushed
the
strideynet/refactor-tbot-internals-around-attrs
branch
2 times, most recently
from
January 8, 2025 14:38
85accc5
to
68eebba
Compare
timothyb89
approved these changes
Jan 13, 2025
strideynet
force-pushed
the
strideynet/refactor-tbot-internals-around-attrs
branch
from
January 14, 2025 13:08
68eebba
to
467a4cb
Compare
ryanclark
approved these changes
Jan 15, 2025
public-teleport-github-review-bot
bot
removed the request for review
from vapopov
January 15, 2025 09:58
strideynet
force-pushed
the
strideynet/refactor-tbot-internals-around-attrs
branch
from
January 15, 2025 10:44
467a4cb
to
bc2ce53
Compare
github-merge-queue
bot
removed this pull request from the merge queue due to failed status checks
Jan 15, 2025
github-merge-queue
bot
removed this pull request from the merge queue due to failed status checks
Jan 15, 2025
strideynet
deleted the
strideynet/refactor-tbot-internals-around-attrs
branch
January 15, 2025 12:42
@strideynet See the table below for backport results.
|
strideynet
added a commit
that referenced
this pull request
Jan 15, 2025
* Refactor `lib/tbot/spiffe` to use WorkloadAttrs proto * Refactor existing Workload API and SDS services to use new attr protos
strideynet
added a commit
that referenced
this pull request
Jan 15, 2025
* Refactor `lib/tbot/spiffe` to use WorkloadAttrs proto * Refactor existing Workload API and SDS services to use new attr protos
This was referenced Jan 15, 2025
github-merge-queue bot
pushed a commit
that referenced
this pull request
Jan 15, 2025
* Refactor `lib/tbot/spiffe` to use WorkloadAttrs proto * Refactor existing Workload API and SDS services to use new attr protos
github-merge-queue bot
pushed a commit
that referenced
this pull request
Jan 15, 2025
* Refactor `lib/tbot/spiffe` to use WorkloadAttrs proto * Refactor existing Workload API and SDS services to use new attr protos
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
machine-id
no-changelog
Indicates that a PR does not require a changelog entry
size/sm
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: #49986
As per RFD191: #49133
Depends on #50812
A wholly internal refactor of
tbot
to use the new Workload Identity attribute protos. This sets the stage for the next PR which will introduce the newtbot
service for the SPIFFE Workload API and the new Workload Identity UX.This PR shouldn't introduce any changes in behaviour.