Skip to content
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

Remove ResetSessionRecordingConfig with incorrect return type #38736

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

rosstimothy
Copy link
Contributor

The cluster config RPC service had a typo in the return type of ResetSessionRecordingConfig. Since our proto linter doesn't allow renaming, this removes the RPC entirely so that it can be added with the correct signature in a follow up. This service was only recently introduced, and is not exposed in any way with the Auth grpc server so removal is a safe operation.

The cluster config RPC service had a typo in the return type of
ResetSessionRecordingConfig. Since our proto linter doesn't allow
renaming, this removes the RPC entirely so that it can be added
with the correct signature in a follow up. This service was only
recently introduced, and is not exposed in any way with the Auth
grpc server so removal is a safe operation.
@rosstimothy rosstimothy added the no-changelog Indicates that a PR does not require a changelog entry label Feb 28, 2024
@rosstimothy rosstimothy marked this pull request as ready for review February 28, 2024 17:21
@rosstimothy rosstimothy added this pull request to the merge queue Feb 28, 2024
Merged via the queue into master with commit 76b9ab3 Feb 28, 2024
42 checks passed
@rosstimothy rosstimothy deleted the tross/fix_cfg_service_typo branch February 28, 2024 18:03
rosstimothy added a commit that referenced this pull request Feb 28, 2024
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.
rosstimothy added a commit that referenced this pull request Feb 28, 2024
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.
rosstimothy added a commit that referenced this pull request Mar 1, 2024
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.
rosstimothy added a commit that referenced this pull request Mar 1, 2024
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.
rosstimothy added a commit that referenced this pull request Mar 5, 2024
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.
github-merge-queue bot pushed a commit that referenced this pull request Mar 5, 2024
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.
rosstimothy added a commit that referenced this pull request Mar 25, 2024
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.
rosstimothy added a commit that referenced this pull request Mar 27, 2024
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.
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
no-changelog Indicates that a PR does not require a changelog entry size/sm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants