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

remove non-existent config options #5198

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jonathanlukas
Copy link
Contributor

Description

This PR removes a configuration option that will not be present in Camunda 8.7.

When should this change go live?

  • This is a bug fix, security concern, or something that needs urgent release support. (add bug or support label)
  • This is already available but undocumented and should be released within a week. (add available & undocumented label)
  • This is on a specific schedule and the assignee will coordinate a release with the DevEx team. (create draft PR and/or add hold label)
  • This is part of a scheduled alpha or minor. (add alpha or minor label)
  • There is no urgency with this change (add low prio label)

PR Checklist

  • My changes are for an upcoming minor release and:
    • are in the /docs directory (version 8.8).
    • are in the /versioned_docs/version-8.7/ directory (version 8.7).
  • My changes are for an already released minor and are in a /versioned_docs directory.

@jonathanlukas jonathanlukas added the available & undocumented This is already available but undocumented and should be released within a week. label Mar 10, 2025
@jonathanlukas jonathanlukas self-assigned this Mar 10, 2025
Copy link
Contributor

👋 🤖 🤔 Hello, @jonathanlukas! 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/.

  • versioned_docs/version-8.7/apis-tools/spring-zeebe-sdk/configuration.md
These files were changed only in versioned_docs/version-8.7/. You might want to duplicate these changes in versioned_docs/version-8.6/.
  • versioned_docs/version-8.7/apis-tools/spring-zeebe-sdk/configuration.md

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.

auth:
username: <your username>
password: <your password>
```
Copy link
Contributor

Choose a reason for hiding this comment

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

❓ Just a quick question here. I am slightly confused. Does this mean basic auth would not be supported in 8.7?
I see that username and password are present in CamundaClientAuthProperties on main branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
available & undocumented This is already available but undocumented and should be released within a week.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants