Give users the ability to search by their applications in Dev Portal. In order of priority for which fields they should be able to search by: application name client_id services subscribed to auth_type their application is using
Ella Kuzmenko
about 1 year ago
in Konnect / Platform
0
Under consideration
Give user the ability to search and filter dev portal by key/value pair tags associated with products (e.g. for "environment": "prod" user would be able to search and filter by both "environment" and "prod").
Ella Kuzmenko
about 1 year ago
in Konnect / Platform
0
Under consideration
Support for certificate rotation using cert-manager for General TLS Cert
We have a requirement to rotate the CP certificate automatically with cert-manager which is for the communication between CP and DP (kuma.controlPlane.tls.general settings).
Khairul Anuar
7 months ago
in Mesh
0
Under consideration
Create a new entitlement/permission to allow the creation of Runtime Groups and pin dataplane certificates
Customers working on an automated framework to onboard new Teams into Konnect leverage a service account with privileges in Konnect to do things like create a Runtime Group, setup Teams, Role mappings, etc. In particular, they need the ability to ...
Guest
about 1 year ago
in Konnect / AuthN/Z
0
Under consideration
Create a new JWT policy -- could be "MeshJWT" -- to verify an incoming JWT. The goal is to be able to check: various claims (iss, aud, sub, azp, etc.) signature against an local/in-memory public key signature against a remote JWKS
Baptiste Collard
8 months ago
in Mesh
0
Under consideration
expose envoy TCP statistics for both upstreams and downstreams
We would like to gather metrics on how their underlying network is performing to understand how this is impacting requests in our mesh gateway. In particular we would like the statistics listed here: https://www.envoyproxy.io/docs/envoy/latest/con...
Karl Kalckstein
almost 2 years ago
in Mesh
0
Under consideration
Allow ranges to be specified (instead of a comma-separated list format) for annotations such as "traffic.kuma.io/exclude-inbound-ports" or anything that uses numbers as a value
We would like to specify ranges of port numbers (such as 2000-4000) instead of having to list each port individually in a comma-separated list. Right now it appears this only allows for a single port number or else a comma-separated list of ports ...