-
Notifications
You must be signed in to change notification settings - Fork 4.4k
write known issues for follower nodes failure to extract ent plugins #30628
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
write known issues for follower nodes failure to extract ent plugins #30628
Conversation
CI Results: |
Build Results: |
…n-artifacts-extract
Hi @schavis, I see you did a lot of the refactor for the plugin docs. I'd like to ensure the PR change fits into your documentation design. I'd appreciate your feedback on the PR! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! I like the linked references between the recommendation/workaround for the older versions and the standard registration docs for the later versions. And thanks again for the Azure doc update 🙌
Otherwise just had a couple comments about changing the backslashes to forward slashes for the directory strings.
- **For other plugins, you must have the plugin binary saved to the | ||
location set in `plugin_directory`**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(Not really a review comment but commenting here so I can find the reference again somewhat quickly.)
Note to self: I should update this documentation as part of VAULT-34905 when we start supporting the extracted artifact with metadata verification for CE plugins.
Co-authored-by: helenfufu <25168806+helenfufu@users.noreply.github.com>
Co-authored-by: helenfufu <25168806+helenfufu@users.noreply.github.com>
Description
What does this PR do?
Adds known issue docs for follower nodes failure to extract enterprise plugins v1.16.17 - v1.16.20, v1.17.13 - v1.17.16,
v1.18.6 - v1.18.9, v1.19.0 - v1.19.3.
Adds recommendation:
Updates the affected versions to fixed versions and recommendation to upgrade to newer versions for Azure auth known issues that was documented in #30373.
TODO only if you're a HashiCorp employee
backport/
label that matches the desired release branch. Note that in the CE repo, the latest release branch will look likebackport/x.x.x
, but older release branches will bebackport/ent/x.x.x+ent
.of a public function, even if that change is in a CE file, double check that
applying the patch for this PR to the ENT repo and running tests doesn't
break any tests. Sometimes ENT only tests rely on public functions in CE
files.
in the PR description, commit message, or branch name.
description. Also, make sure the changelog is in this PR, not in your ENT PR.