* SE spiffe ID Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com> * more updates Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com> * nits Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com> * combined updates Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com> * combined updates Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com> * nits Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com> * nits Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com> * nuke san from dr Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com> * auto passthrough Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com> * remove san from service entry Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com> |
||
|---|---|---|
| .circleci | ||
| authentication/v1alpha1 | ||
| docker | ||
| envoy/config/filter/http | ||
| mcp | ||
| mesh/v1alpha1 | ||
| mixer | ||
| networking/v1alpha3 | ||
| policy/v1beta1 | ||
| prow | ||
| python | ||
| rbac/v1alpha1 | ||
| scripts | ||
| .gitignore | ||
| BUILD | ||
| GUIDELINES.md | ||
| LICENSE | ||
| Makefile | ||
| OWNERS | ||
| README.md | ||
| WORKSPACE | ||
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.
If releasing a new tagged version, please update python/istio-api/setup.py version to reflect.