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

#452 - Adding support for Kubernetes Gateway API (such as HTTPRoute) #453

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

dickiesanders
Copy link

This PR introduces updates to the Kubernetes gateway route handling and enhances RBAC configurations to ensure proper API access permissions.

Open Issue: #452

Modified Files:

  • useKubernetes.js
  • rbac.yaml

Details:

  • useKubernetes.js:
    • Implemented handling for multiple gateway route types in Kubernetes.
    • Added logic to utilize the flame.pawelmalak/type annotation to filter and surface relevant routes to the application.
  • rbac.yaml:
    • Updated RBAC settings to include necessary apiGroups, resources, and verbs. This ensures the Flame application has the appropriate permissions to access the required Kubernetes API endpoints.

These changes aim to enhance the application's functionality and security by leveraging Kubernetes' native capabilities for managing access and routing.

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

Successfully merging this pull request may close these issues.

None yet

1 participant