API definitions for the Istio project
api
Go to file
Francisco Herrera 87475465cd
feat: add spaceDelimitedClaims field to RequestAuthentication API (#3547)
Signed-off-by: Francisco Herrera <fjglira@gmail.com>
2025-09-22 20:44:28 -07:00
.devcontainer Automator: update common-files@master in istio/api@master (#3568) 2025-09-22 14:54:30 -07:00
.github
analysis/v1alpha1
annotation stats: add bootstrap annotations for stats flush and eviction (#3562) 2025-09-18 11:37:27 -07:00
common Automator: update common-files@master in istio/api@master (#3568) 2025-09-22 14:54:30 -07:00
common-protos
dictionaries
envoy
extensions/v1alpha1
kubernetes feat: add spaceDelimitedClaims field to RequestAuthentication API (#3547) 2025-09-22 20:44:28 -07:00
label
licenses
mcp
mesh/v1alpha1 Add TraceContextOption enum to ZipkinTracingProvider (#3566) 2025-09-19 04:09:28 -07:00
meta/v1alpha1
networking add support for additional cookie attributes (#3523) 2025-09-20 00:11:10 -07:00
releasenotes feat: add spaceDelimitedClaims field to RequestAuthentication API (#3547) 2025-09-22 20:44:28 -07:00
scripts
security feat: add spaceDelimitedClaims field to RequestAuthentication API (#3547) 2025-09-22 20:44:28 -07:00
stability
telemetry
tests feat: add spaceDelimitedClaims field to RequestAuthentication API (#3547) 2025-09-22 20:44:28 -07:00
type/v1beta1
.gitattributes
.gitignore
BUGS-AND-FEATURE-REQUESTS.md
CODEOWNERS
CONTRIBUTING.md
GUIDELINES.md
LICENSE
Makefile
Makefile.core.mk
Makefile.overrides.mk
README.md
SUPPORT.md
buf.gen-golang.yaml
buf.gen-noncrd.yaml
buf.gen.yaml
buf.yaml
clean.sh
gen.sh
go.mod
go.sum
google
header.go.txt
istio.io

README.md

Istio APIs and Common Configuration Definitions

This repository defines component-level APIs and common configuration formats for the Istio platform. These definitions are specified using the protobuf syntax.

This repository depends only on the tools repository for tools used during build. This repository will not depend on any other repositories. Except for tools, all other Istio repositories can take a dependency on the api repository.

API Guidelines

When making changes to the protos in this repository, your changes must comply with the API guidelines.

Updating

After the protobuf definitions are updated, the corresponding *pb.go, _pb2.py, *.json and Kubernetes Custom Resource Definition files must be generated by running make gen and submitted as part of the same PR as the updated definitions. Also make gen will update the proto.lock file with new changes.

Backwards Incompatible Changes

If a PR tries to make backwards incompatible changes, it will be blocked by buf breaking. If there are legitimate reasons to make these breaking changes forever, the configuration in buf.yaml can be changed. If it is a one-off case, the PR can be force approved skipping the test.