Skip to content

Commit

Permalink
docs: add proxy diagram (#173)
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <[email protected]>
  • Loading branch information
aramase authored Sep 8, 2021
1 parent a50ea13 commit 85d159a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/book/src/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ Proxy Init is an [init container][9] that establishes an iptables rule to redire

## Proxy

![Proxy][17]

Proxy is a [sidecar container][11] that obtains an AAD token using MSAL on behalf of applications that are still relying on the AAD Authentication Library (ADAL), for example, [AAD Pod Identity][3].

> "Starting June 30th, 2020, we will no longer add new features to ADAL. We'll continue adding critical security fixes to ADAL until June 30th, 2022. After this date, your apps using ADAL will continue to work, but we recommend upgrading to MSAL to take advantage of the latest features and to stay secure." - [source][12]
Expand Down Expand Up @@ -123,3 +125,5 @@ az rest --method POST --uri "https://graph.microsoft.com/beta/applications/${APP
[15]: ../topics/labels-and-annotations.html#annotations

[16]: https://portal.azure.com/#cloudshell/

[17]: ./images/proxy-diagram.png
Binary file added docs/book/src/images/proxy-diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 85d159a

Please sign in to comment.