-
Notifications
You must be signed in to change notification settings - Fork 197
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
docs: explain how to use java client with APIs in a c8run environment #5365
Conversation
👋 🤖 🤔 Hello, @pepopowitz! Did you make your changes in all the right places? These files were changed only in versioned_docs/version-8.7/. 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. |
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.
This makes sense to me from a TW perspective - thank you for updating the C8Run page as well!
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.
👍 Love it, great read! 🚀
💭 The C8Run instructions also mention the gRPC API. I am not the greatest expert in authentication mechanisms in our platform, but I believe that cookie authentication is not needed for that protocol. Maybe you can clarify this offline, and if this is indeed not needed, we should be clear about that in this C8Run guide. Currently, it somehow reads like it's necessary, but there is no example for gRPC calls, so that might confuse users at some point. This is non-blocking and can go into a follow-up.
I don't personally have the capability to manage this follow-up right now. |
🧹 Preview environment for this PR has been torn down. |
Description
This is follow-up to this discussion.
There is a trick to using the Java client to connect to APIs via cookie auth in a C8Run environment. Thanks to @tmetzke, this PR explains that trick.
It only applies to v8.6 and v8.7, as in v8.8 we no longer need cookie auth to connect to the APIs.'
When should this change go live?
bug
orsupport
label)available & undocumented
label)hold
label)low prio
label)PR Checklist
/docs
directory (version 8.8)./versioned_docs/version-8.7/
directory (version 8.7)./versioned_docs
directory.@camunda/tech-writers
unless working with an embedded writer.