You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,23 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## [1.1.13] - Current
6
+
7
+
### Added
8
+
- Support for GitHub authentication provider
9
+
10
+
### Changed
11
+
-`LoginHelper.loginAsGithubUser` now pulls default user credentials from the following vault keys: `VAULT_GH_USER_ID`, `VAULT_GH_USER_PASS`, `VAULT_GH_2FA_SECRET`
12
+
-`APIHelper.githubRequest` pulls default user token from vault key `VAULT_GITHUB_USER_TOKEN`
13
+
14
+
### Environment Variables
15
+
-`VAULT_GITHUB_OAUTH_OVERLAYS_APP_ID` - ID for GitHub OAuth application used as auth provider
16
+
-`VAULT_GITHUB_OAUTH_OVERLAYS_APP_SECRET`- Client secret for GitHub OAuth application
17
+
-`VAULT_GH_USER_ID` - GitHub user name
18
+
-`VAULT_GH_USER_PASS` - GitHub user password
19
+
-`VAULT_GH_2FA_SECRET` - GitHub user secret for 2 factor authentication
0 commit comments