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

Fix 8509 - additional machine account not created on cluster when copy-paste domain config file #8512

Merged
merged 1 commit into from
Jan 22, 2025

Conversation

stgmsa
Copy link
Contributor

@stgmsa stgmsa commented Jan 22, 2025

Description

Fix 8509 - additional machine account not created when doing a copy-paste domain.conf in a cluster

Impacts

changed the machine account adding logic - when updating a domain profile.
previously, if the machine account password is identical, by pass the machine account update steps, do not delete and recreate machine account.
for now, we do a forced machine update - if a clear text password is specified, we will always delete the existing machine account and re-create one when domain configuration is saved.

Issue

fixes #8509

Delete branch after merge

YES

Checklist

(REQUIRED) - [yes, no or n/a]

  • [n/a] Document the feature
  • [n/a] Add OpenAPI specification
  • [n/a] Add unit tests
  • [n/a] Add acceptance tests (TestLink)

Bug Fixes

fixes #8509

@stgmsa stgmsa requested a review from lzammit January 22, 2025 07:13
@stgmsa stgmsa merged commit 01022f6 into devel Jan 22, 2025
13 checks passed
@stgmsa stgmsa deleted the fix/8509 branch January 23, 2025 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

additional machine account doesn't created on slave nodes in a cluster
2 participants