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

Add link to Pulsar workaround when using environment variables for authentication #39630

Conversation

onobc
Copy link
Contributor

@onobc onobc commented Feb 20, 2024

There is a section in the Pulsar client authentication reference guide that warns users of the lack of relaxed binding for authentication parameter map keys.

This lack of relaxed binding prevents users from setting these auth parameters directly via env var as the casing is lost in translation.

The commit adds a link in this area of the reference guide to a workaround in the Spring Pulsar framework reference guide.

User reported issue: spring-projects/spring-pulsar#575

Sample

Notice the newly added sentences in the "Note" section of https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#messaging.pulsar.connecting.auth

Screenshot 2024-02-19 at 18 30 31

This newly added link goes to this newly added page in the Spring Pulsar reference guide:

Screenshot 2024-02-19 at 18 30 08

There is a section in the Pulsar client authentication reference guide
that warns users of the lack of relaxed binding for authentication
parameter map keys.

This lack of relaxed binding prevents users from setting these auth
parameters directly via env var as the casing is lost in translation.

The commit adds a link in this area of the reference guide to a
workaround in the Spring Pulsar framework reference guide.
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Feb 20, 2024
@mhalbritter mhalbritter added type: documentation A documentation update and removed status: waiting-for-triage An issue we've not yet triaged labels Feb 20, 2024
@mhalbritter mhalbritter added this to the 3.2.x milestone Feb 20, 2024
@mhalbritter mhalbritter self-assigned this Feb 20, 2024
@mhalbritter mhalbritter changed the title Add link tosPulsar env var workaround Add link to Pulsar workaround when using environment variables for authentication Feb 20, 2024
mhalbritter pushed a commit that referenced this pull request Feb 20, 2024
There is a section in the Pulsar client authentication reference guide
that warns users of the lack of relaxed binding for authentication
parameter map keys.

This lack of relaxed binding prevents users from setting these auth
parameters directly via env var as the casing is lost in translation.

The commit adds a link in this area of the reference guide to a
workaround in the Spring Pulsar framework reference guide.

See gh-39630
@mhalbritter
Copy link
Contributor

Thanks Chris!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation A documentation update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants