api7 / api7/api7-helm-chart

aisix chart: surface proxy.url_rewrites as first-class values

Open
#331 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Go Template
Stars
3
Forks
10
Avg merge
7h 22m
Merged PRs (30d)
32

Description

The data plane gained proxy.url_rewrites (entry-level URL rewriting, api7/aisix#875 follow-up PR). The chart injects gateway config purely through AISIX_* env vars, which cannot express a structured list; the DP accepts a JSON-array-in-a-string escape hatch (AISIX_PROXY__URL_REWRITES='[{\"match\":\"...\",\"rewrite\":\"...\"}]'), but first-class values rendering (values → env JSON, or a ConfigMap-mounted config fragment) would be the proper UX.

To be picked up at the next OP-version release sync, once the feature is in a released image (chart features must never ship ahead of the matching app image).

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the chart values and the rendering path for AISIX_* environment variables, then compare that with the available ConfigMap-mounted configuration approach. Confirm the feature is present in a released matching app image; done means proxy.url_rewrites can be set as a first-class chart value without relying on the JSON-string escape hatch.

Written by the indexing model from the issue text.

Assessment

Tech stack
helm, kubernetes
Domain
devops
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.