API definitions for the Istio project
api
Go to file
Andra Cismaru 3094619c84 Add subject_alt_names field in ServiceEntry (#785)
* Add service_accounts field in ServiceEntry

* Ran make proto-commit

* Added example with format

* Rename to subject_alt_names

* Move example out of the message definition

* Added a period

* Remove hide_from_docs
2019-02-05 13:26:00 -08:00
.circleci
authentication/v1alpha1
envoy/config/filter
mcp
mesh/v1alpha1 Replace 'scope' with 'export_to' namespace (#758) 2019-01-28 15:31:48 -05:00
mixer Add way to signal encoding used for CompressedAttributes to Mixer (#770) 2019-01-30 11:02:42 -08:00
networking/v1alpha3 Add subject_alt_names field in ServiceEntry (#785) 2019-02-05 13:26:00 -08:00
policy/v1beta1 add response headers (#769) 2019-01-22 12:08:18 -08:00
prow
python Add subject_alt_names field in ServiceEntry (#785) 2019-02-05 13:26:00 -08:00
rbac/v1alpha1
scripts
tools
.gitattributes
.gitignore
BUILD
GUIDELINES.md
LICENSE
Makefile
OWNERS
README.md
WORKSPACE
proto.lock Add subject_alt_names field in ServiceEntry (#785) 2019-02-05 13:26:00 -08:00
prototool.yaml

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 and _pb2.py files must be generated by running scripts/generate-protos.sh and submitted as part of the same PR as the updated definitions. Also make proto-commit must be run to update the proto.lock file with new changes.

If releasing a new tagged version, please update python/istio-api/setup.py version to reflect.