BINDCAR_TOKEN_AUDIENCE

Constant BINDCAR_TOKEN_AUDIENCE 

Source
pub const BINDCAR_TOKEN_AUDIENCE: &str = "bindcar";
Expand description

Audience that operator tokens must carry for bindcar 0.7.0 TokenReview.

bindcar verifies status.audiences against BIND_TOKEN_AUDIENCES (default bindcar). The operator projects a token with this audience (see deploy/operator/deployment.yaml) and the sidecar is configured with the matching BIND_TOKEN_AUDIENCES.