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

Last records route can send 307 error response #549

Open
jorgheymans opened this issue Dec 18, 2020 · 4 comments
Open

Last records route can send 307 error response #549

jorgheymans opened this issue Dec 18, 2020 · 4 comments
Labels
acl Kafka ACLS backend Need a backend update bug Something isn't working

Comments

@jorgheymans
Copy link
Contributor

jorgheymans commented Dec 18, 2020

Using dev branch, after logging in (LDAP auth) a red banner appears during load of the topic overview screen. It seems as if it's trying to access the /login page repeatedly ?

image

@tchiotludo
Copy link
Owner

I've changed (I know again 😢) the format of the configuration files due to this issue : #526.
Mostly I think it's the reason ...

@jorgheymans
Copy link
Contributor Author

But we manage to login, indeed the change for a group to have both name and a key attribute we already found out and corrected so i don't think it's this. Here is the complete security config:

 # Auth & Roles (optional)
  security:
    default-group: no-roles
    groups:
      akhq-user:
        name: akhq-user
        roles:
          - topic/read
          - node/read
          - topic/data/read
          - group/read
          - registry/read
          - acls/read
          - connect/read
        attributes:
          topics-filter-regexp: ".*"
    ldap:
      groups:
        - name: ADM
          groups:
            - akhq-user

@tchiotludo
Copy link
Owner

ok !
So I see that the last-records url is the first one sending a 307, does any others url is sending 307 ?

@jorgheymans
Copy link
Contributor Author

As far as i can see it's only that url yes. Did not encounter the error on any other page.

@tchiotludo tchiotludo added acl Kafka ACLS backend Need a backend update bug Something isn't working labels Dec 22, 2020
@tchiotludo tchiotludo changed the title internal server error on topic overview page Last records route can send 307 error response Dec 22, 2020
@tchiotludo tchiotludo moved this to To do in Backlog Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
acl Kafka ACLS backend Need a backend update bug Something isn't working
Projects
Status: To do
Development

No branches or pull requests

2 participants