File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
Harbor Proposal: Identity Aware proxy authentication mode
2
2
3
- Author: Sheng Jiang/shengjiang3, Eric Liu/ Date: Oct 3, 2023
3
+ Author: Sheng Jiang/shengjiang3, Eric Liu/LiuShuaiyi
4
+
5
+ Date: Oct 10, 2023
4
6
5
7
## Abstract
6
8
@@ -58,6 +60,10 @@ the following OIDC attributes are needed:
58
60
- Certificate authority data: base64 encoded PEM encoded certificate for the
59
61
identity proxy.
60
62
- Header name: HTTP header to get the ID token.
63
+ - ` enable_session_cookie ` [ Optional] : When set to ` true ` , after successful
64
+ identity aware proxy authentication, Harbor will assign the user a cookie. As
65
+ a result, the identity aware proxy will only have to provide the header to the
66
+ login endpoint. The cookie will be used for authenticating all other routes.
61
67
62
68
The identity aware proxy should be able to be configured using the portal and/or
63
69
the API.
You can’t perform that action at this time.
0 commit comments