Sihan(Arthur) Tu
094c774f3f
Merge pull request #455 from bseenu/ROOT_PATH
...
Allowing app to run from sub path on the hostname
2024-06-29 20:57:37 -07:00
Srinivas Boga
2722efa556
Allowing app to run from sub path on the hostname
...
Signed-off-by: Srinivas Boga <bseenu@gmail.com >
2024-05-22 13:53:44 -07:00
Srinivas Boga
d45862c16b
Allow access_token
...
Signed-off-by: Srinivas Boga <bseenu@gmail.com >
2024-05-06 13:56:26 -07:00
Yuqiu Wang
eb8aefb4d9
Generate a package lock
2023-09-13 15:49:59 -05:00
Yuqiu Wang
47e2f07c81
use external npm registry
2023-09-13 15:47:27 -05:00
Yuqiu Wang
a8e6bffdf8
remove debug output serverside
2023-09-13 10:42:32 -05:00
Yuqiu Wang
e06ffcbae3
remove debug output serverside
2023-09-13 10:41:59 -05:00
Yuqiu Wang
b24cbc21ff
improve getCrypto function
2023-09-13 10:19:52 -05:00
Yuqiu Wang
29326291f9
fix import
2023-09-12 17:23:26 -05:00
Yuqiu Wang
8c42ba9016
Actually implement PKCE
2023-09-12 17:04:02 -05:00
Yuqiu Wang
bc0abd6b38
add OIDC_CODE_CHALLENGE
2023-09-12 16:36:30 -05:00
Yuqiu Wang
0fe9f0705e
support OIDC PKCE Auth
2023-09-12 15:15:02 -05:00
Yuqiu Wang
5ab96eea18
fix: upgrade @kubernetes/client-node package and it's dependency
2022-11-09 17:49:42 -06:00
Sihan(Arthur) Tu
165837e83b
update lib versions
...
Signed-off-by: Arthur Tu <sihan.tu@uconn.edu >
2022-05-24 23:30:54 -07:00
Sihan(Arthur) Tu
2ea7b56cfa
Merge pull request #295 from skooner-k8s/dependabot/npm_and_yarn/server/follow-redirects-1.14.8
...
Bump follow-redirects from 1.14.0 to 1.14.8 in /server
2022-05-24 23:05:36 -07:00
Sihan(Arthur) Tu
3ce4f6490d
Merge pull request #292 from skooner-k8s/dependabot/npm_and_yarn/server/shelljs-0.8.5
...
Bump shelljs from 0.8.4 to 0.8.5 in /server
2022-05-24 23:04:51 -07:00
Sihan(Arthur) Tu
f9719972c6
Merge pull request #273 from skooner-k8s/dependabot/npm_and_yarn/server/tar-6.1.11
...
Bump tar from 6.1.0 to 6.1.11 in /server
2022-05-24 23:03:53 -07:00
Sihan(Arthur) Tu
22651d5c60
Merge pull request #255 from skooner-k8s/dependabot/npm_and_yarn/server/path-parse-1.0.7
...
Bump path-parse from 1.0.6 to 1.0.7 in /server
2022-05-24 22:52:05 -07:00
Cullen Walsh
fde83cc9ac
Use provider.callback() instead of provider.oauthCallback()
...
With the upgrade of openif-client to ^5.1.3, oauthCallback() now throws
an exception directing users to callback(), when the response contains
an id_token field.
https://github.com/skooner-k8s/skooner/issues/305
Test Plan: Built skooner image locally, deployed to microk8s. No longer
an exception in the logs
Signed-off-by: Cullen Walsh <ckwalsh@cullenwalsh.com >
2022-02-23 09:42:34 -08:00
Yuqiu Wang
adc30aa5e6
update openid-client
2022-02-22 17:16:13 -06:00
Yuqiu Wang
2168bae5d2
Patch getOidc function
2022-02-22 13:34:41 -06:00
dependabot[bot]
700708f796
Bump follow-redirects from 1.14.0 to 1.14.8 in /server
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.0 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.0...v1.14.8 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-12 07:27:42 +00:00
dependabot[bot]
a47b91bbec
Bump shelljs from 0.8.4 to 0.8.5 in /server
...
Bumps [shelljs](https://github.com/shelljs/shelljs ) from 0.8.4 to 0.8.5.
- [Release notes](https://github.com/shelljs/shelljs/releases )
- [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/shelljs/shelljs/compare/v0.8.4...v0.8.5 )
---
updated-dependencies:
- dependency-name: shelljs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-15 04:03:42 +00:00
dependabot[bot]
990169dc23
Bump tar from 6.1.0 to 6.1.11 in /server
...
Bumps [tar](https://github.com/npm/node-tar ) from 6.1.0 to 6.1.11.
- [Release notes](https://github.com/npm/node-tar/releases )
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/node-tar/compare/v6.1.0...v6.1.11 )
---
updated-dependencies:
- dependency-name: tar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-11-09 19:57:52 +00:00
dependabot[bot]
597c02c694
Bump path-parse from 1.0.6 to 1.0.7 in /server
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-08-10 22:33:53 +00:00
salvadorac
a2cc1d3182
images and logo updated
...
Signed-off-by: salvadorac <salvadorac@indeed.com >
2021-07-20 09:26:48 -07:00
Yuqiu Wang
5f8dea5cc3
Update release script
2021-06-25 11:17:23 -05:00
Sebastien Tolron
ba9aa2f3b8
Update openid-client dependency
2021-04-28 09:51:17 +02:00
Arthur Tu
0f3ac19385
revert openid-client back to 2.5.0
2021-02-03 22:04:56 -08:00
Arthur Tu
8044798050
fix package-lock.json resolved url
2021-01-28 09:40:41 -08:00
Eric Herbrandson
da6f9f2263
Updating npm dependencies
2020-10-17 12:04:37 -05:00
Eric Herbrandson
9ddae47c62
Updating npm packages
2020-10-17 11:50:54 -05:00
Eric Herbrandson
539b6b2b71
Fixing issue where auth cookie is being sent w/ every response
2020-08-19 14:08:35 -05:00
Eric Herbrandson
375a2dd68f
package-lock.json update
2020-08-19 11:42:14 -05:00
Eric Herbrandson
366d2f26a6
Merge branch 'master' into dev
2020-08-19 09:54:23 -05:00
Eric Herbrandson
1e6e99c4c8
Merge pull request #125 from dannyockilson/win10-dev
...
Install and configure cross-env
2020-08-19 09:10:08 -05:00
Danny Ockilson
cb8dd768af
Install and configure cross-env
...
Allows ENV variable usage in npm scripts on windows dev machines
2020-08-19 04:46:00 -04:00
takumi
ca5696eed5
scrub headers when logging
2020-08-17 14:14:33 +09:00
Eric Herbrandson
03e9a1cf9e
Making server port configurable
2020-07-28 08:46:21 -05:00
dependabot[bot]
4f1957aa9b
Bump lodash from 4.17.15 to 4.17.19 in /server
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-07-16 19:51:51 +00:00
Eric Herbrandson
41763b994a
#89 : Adding timestamps to server logs
2020-05-08 15:05:58 -05:00
Eric Herbrandson
7162b71615
Updating npm dependencies
2020-05-07 15:33:10 -05:00
Eric Herbrandson
90baf0efa5
Adding more configuration support for OIDC options
2020-02-29 10:10:14 -06:00
dependabot[bot]
ca943aa291
Bump lodash from 4.17.11 to 4.17.15 in /server
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.11 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-01-03 19:06:21 +00:00
Eric Herbrandson
57da03ca1e
Fixing regression with invalid jwt being passed to the 'watch' apis
2019-06-24 08:58:07 -05:00
Eric Herbrandson
4b8b23423d
Adding ability to pass authorization headers recieved from the GET for the index.html page through to the client
2019-06-22 15:31:20 -05:00
Eric Herbrandson
5872bdba89
Update npm and node dependencies
2019-06-13 21:34:08 -05:00
Eric Herbrandson
269314f914
Better support for non-admin RBAC roles
2019-05-14 21:11:18 -05:00
Eric Herbrandson
4fb8d09a01
Creating custom donut chart with animations
2019-04-23 21:58:19 -05:00
Eric Herbrandson
75009ba18e
Initial work on responsive/mobile design
2019-04-11 18:26:47 -05:00