Changes for data plane AuthN/Z in PaaS
- Updated istio rules to allow pod identity tokens.
- Updated EnvoyFilters to extract appid from pod identity tokens and populate in x-user-id header.
- Onboarded
podIdentityAuthEnabled
flag. This will enable the use of pod identity for token generation instead of SPN credentials if set to true. - Onboarded
oidAuthEnabled
flag. This will enable the use of oid for x-user-id header instead of upn and unique_name if set to true.
Edited by Abhishek Patil