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

Document AD principal conflicts #408

Merged
merged 6 commits into from
Apr 23, 2024
Merged

Document AD principal conflicts #408

merged 6 commits into from
Apr 23, 2024

Conversation

nightkr
Copy link
Member

@nightkr nightkr commented Apr 22, 2024

Description

Fixes #406.

Definition of Done Checklist

  • Not all of these items are applicable to all PRs, the author should update this template to only leave the boxes in that are relevant
  • Please make sure all these things are done and tick the boxes

Author

Reviewer

Acceptance

@@ -60,7 +60,8 @@ pub enum Error {
CreateLdapUser { source: ldap3::LdapError },

#[snafu(display(
"LDAP user already exists, either delete it manually or add it to the password cache ({password_cache_ref})"
"LDAP user already exists but is missing from the password cache ({password_cache_ref}) (hint: see {link})",
link = "https://docs.stackable.tech/home/nightly/secret-operator/troubleshooting.html#active-directory-ldap-user-conflict"
Copy link
Member Author

Choose a reason for hiding this comment

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

maltesander
maltesander previously approved these changes Apr 22, 2024
Copy link
Member

@maltesander maltesander left a comment

Choose a reason for hiding this comment

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

LGTM!

docs/modules/secret-operator/pages/troubleshooting.adoc Outdated Show resolved Hide resolved
Copy link
Member

@maltesander maltesander left a comment

Choose a reason for hiding this comment

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

LGTM!

@nightkr nightkr added this pull request to the merge queue Apr 23, 2024
Merged via the queue into main with commit 2e5cfd7 Apr 23, 2024
30 checks passed
@nightkr nightkr deleted the docs/ad-principal-conflict branch April 23, 2024 10:15
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.

Document that an AD realm must not be shared between multiple k8s clusters
2 participants