-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix cert scraping on newer Linkerd versions (#48)
The `_l5d_ns` and `_l5d_trustdomain` were recently removed from the proxy definitions in Linkerd. This breaks cert scraping functionality. This PR fixes that by instead relying on the `LINKERD2_PROXY_IDENTITY_LOCAL_NAME` var whenever possible and filling in the svc account and namespace for the pod. close #47 Signed-off-by: Zahari Dichev <[email protected]>
- Loading branch information
1 parent
c71e75c
commit 0ffc6eb
Showing
2 changed files
with
63 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters