-
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
Convert SetAuthPreferences usages to new Create/Update/Upsert API #38895
Merged
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
rosstimothy
added
the
no-changelog
Indicates that a PR does not require a changelog entry
label
Mar 1, 2024
rosstimothy
force-pushed
the
tross/cfg_service
branch
from
March 5, 2024 16:47
90b4464
to
250f825
Compare
rosstimothy
force-pushed
the
tross/use_cfg_service
branch
5 times, most recently
from
March 11, 2024 20:09
c5adf99
to
340ee4b
Compare
github-actions
bot
added
database-access
Database access related issues and PRs
size/md
tctl
tctl - Teleport admin tool
tsh
tsh - Teleport's command line tool for logging into nodes running Teleport.
labels
Mar 11, 2024
smallinsky
approved these changes
Mar 12, 2024
rosstimothy
force-pushed
the
tross/use_cfg_service
branch
4 times, most recently
from
March 14, 2024 20:34
49cd5b7
to
d183db4
Compare
Migrates callers off the deprecated API and onto the new API so that AuthPreferences can be protected via optimistic locking when appropriate.
rosstimothy
force-pushed
the
tross/use_cfg_service
branch
from
March 14, 2024 20:44
d183db4
to
224bf1b
Compare
PTAL @fspmarshall @mdwn |
fspmarshall
approved these changes
Mar 14, 2024
/excludeflake * |
rosstimothy
added a commit
that referenced
this pull request
Mar 27, 2024
…8895) Migrates callers off the deprecated API and onto the new API so that AuthPreferences can be protected via optimistic locking when appropriate.
github-merge-queue bot
pushed a commit
that referenced
this pull request
Mar 27, 2024
…ngConfig, SessionRecordingConfig (#39785) * Register cluster configuration service (#38734) Updates the auth gRPC server to include the new clusterconfigv1 service. The api client was also updated to allow interacting with the new service(cluster audit config not included yet). Nothing has yet been converted to use the new service, that will come in a follow up. The RPC service proto was also updated to fix a typo that was reverted in #38736. * Convert SetClusterNetworkingConfig usages to new Create/Update/Upsert API (#39219) Migrates callers off the deprecated API and onto the new API so that ClusterNetworkingConfig can be protected via optimistic locking when appropriate. * Convert SetAuthPreferences usages to new Create/Update/Upsert API (#38895) Migrates callers off the deprecated API and onto the new API so that AuthPreferences can be protected via optimistic locking when appropriate. * Convert SetSessionRecordingConfig usages to new Create/Update/Upsert API (#39249) Migrates callers off the deprecated API and onto the new API so that SessionRecordingConfig can be protected via optimistic locking when appropriate.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
database-access
Database access related issues and PRs
no-changelog
Indicates that a PR does not require a changelog entry
size/md
tctl
tctl - Teleport admin tool
tsh
tsh - Teleport's command line tool for logging into nodes running Teleport.
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.
Migrates callers off the deprecated API and onto the new API so that AuthPreferences can be protected via optimistic locking when appropriate.