flame icon indicating copy to clipboard operation
flame copied to clipboard

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

Open dickiesanders opened this issue 10 months ago • 0 comments

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.

dickiesanders avatar Apr 12 '24 12:04 dickiesanders