-
Notifications
You must be signed in to change notification settings - Fork 192
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
Add identity request management in gateway #4547
Conversation
👋 🤖 🤔 Hello! Did you make your changes in all the right places? These files were changed only in versioned_docs/version-8.6/. You might want to duplicate these changes in docs/.
You may have done this intentionally, but we wanted to point it out in case you didn't. You can read more about the versioning within our docs in our documentation guidelines. |
Thank you for this! |
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.
I moved the backpressure note to the end of the introduction if that's alright, but this is otherwise good to go on my end. 👍
I'll keep an eye on this for when it receives engineering approval, and can cut a release to the docs site then.
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.
No comments from my side 👍
versioned_docs/version-8.4/self-managed/zeebe-deployment/configuration/gateway.md
Outdated
Show resolved
Hide resolved
421a2cd
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.
Thanks for the version fix - let me know if you'd like this released once it's merged.
Document the Identity request management feature in the Zeebe Gateway. Since the configuration properties for this feature are experimental, we are not documenting them directly, but onlt linking to the YAML configuration templates in the camunda/camunda repository. This follows the same documentation pattern as the Broker's experimental configuration properties.
…guration/gateway.md Co-authored-by: Sebastian Bathke <[email protected]>
421a2cd
to
3740104
Compare
Hey @conceptualshark, yes, releasing this as soon as it is merged would be great, thanks! |
Description
Document the Identity request management feature in the Zeebe Gateway. Since the configuration properties for this feature are experimental, we are not documenting them directly, but onlt linking to the YAML configuration templates in the camunda/camunda repository. This follows the same documentation pattern as the Broker's experimental configuration properties.
ℹ️ This PR documents the code added through the following PRs:
The fix must be released with the upcoming
8.6.x
,8.5.y
, and8.4.4
patch releases. Due to Identity's re-architecture, the bug won't be present in8.7
so no need to document it there.closes #4546
When should this change go live?
hold
label or convert to draft PR)PR Checklist
/versioned_docs
directory./docs
directory (aka/next/
).