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

FE: Create connector button throws 404 if KC cluster is inaccessible #92

Closed
Haarolean opened this issue Feb 1, 2024 · 0 comments · Fixed by #136
Closed

FE: Create connector button throws 404 if KC cluster is inaccessible #92

Haarolean opened this issue Feb 1, 2024 · 0 comments · Fixed by #136
Assignees
Labels
good first issue Up for grabs scope/frontend Related to frontend changes status/triage/completed Automatic triage completed type/bug Something isn't working
Milestone

Comments

@Haarolean
Copy link
Member

Haarolean commented Feb 1, 2024

Frontend does POST to
http://localhost:8080/api/clusters/local/connects//connectors (not double slash (missing connect name))

with this RBAC configuration:

        - resource: connect
          value: "test-"
          actions: all

and local connect with name "local" present

@kapybro kapybro bot added status/triage Issues pending maintainers triage status/triage/manual Manual triage in progress labels Feb 1, 2024
@kapybro kapybro bot added scope/frontend Related to frontend changes status/triage/completed Automatic triage completed and removed status/triage Issues pending maintainers triage labels Feb 1, 2024
@Haarolean Haarolean changed the title FE: Create connector 404 when multiple connects FE: Create connector 404 Feb 1, 2024
@Haarolean Haarolean added good first issue Up for grabs type/bug Something isn't working and removed status/triage/manual Manual triage in progress labels Feb 1, 2024
@Haarolean Haarolean removed their assignment Feb 1, 2024
@Haarolean Haarolean moved this to Beginner in Up for grabs Feb 1, 2024
@Haarolean Haarolean added this to the 1.0 milestone Feb 12, 2024
Nilumilak added a commit that referenced this issue Feb 12, 2024
+ Added Tooltip
+ Added tests
@Haarolean Haarolean moved this from Todo to In Development in Release 1.0 Feb 14, 2024
Nilumilak added a commit that referenced this issue Feb 19, 2024
CreateConnectorButton component moved to it's own file
Nilumilak added a commit that referenced this issue Feb 21, 2024
+ removed component CreateConnectorButton.tsx
+ added prop showTooltip to Tooltip component
@Haarolean Haarolean moved this from In Development to In Review in Release 1.0 Mar 1, 2024
@Haarolean Haarolean changed the title FE: Create connector 404 FE: Create connector button throws 404 if KC cluster is inaccessible Mar 7, 2024
@github-project-automation github-project-automation bot moved this from In Review to Done in Release 1.0 Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Up for grabs scope/frontend Related to frontend changes status/triage/completed Automatic triage completed type/bug Something isn't working
Projects
Status: In Development
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants