Skip to content

CLOUDP-321083: support description in AtlasDatabaseUser #2357

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

Merged
merged 2 commits into from
May 30, 2025

Conversation

tvdw-mongodb
Copy link
Contributor

@tvdw-mongodb tvdw-mongodb commented May 29, 2025

Summary

Does what it says on the tin

Proof of Work

Cloud tests passed here #2358

Checklist

  • Have you linked a jira ticket and/or is the ticket in the title?
  • Have you checked whether your jira ticket required DOCSP changes?
  • Have you checked for release_note changes?
  • Have you signed our CLA?

@tvdw-mongodb tvdw-mongodb requested a review from a team as a code owner May 29, 2025 10:51
@@ -66,7 +66,7 @@ func (r *AtlasDatabaseUserReconciler) handleDatabaseUser(ctx *workflow.Context,
if err != nil {
return r.terminate(ctx, atlasDatabaseUser, api.DatabaseUserReadyType, workflow.AtlasAPIAccessNotConfigured, true, err)
}
dbUserService := dbuser.NewAtlasUsers(sdkClientSet.SdkClient20231115008.DatabaseUsersApi)
dbUserService := dbuser.NewAtlasUsers(sdkClientSet.SdkClient20241113001.DatabaseUsersApi)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We will need to run cloud-tests for this change.

@josvazg
Copy link
Collaborator

josvazg commented May 29, 2025

cloned into #2358 to run tests

@josvazg josvazg temporarily deployed to openshift-test May 29, 2025 14:08 — with GitHub Actions Inactive
@igor-karpukhin igor-karpukhin merged commit 140ba21 into mongodb:main May 30, 2025
101 of 103 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants