Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge upstream to browser #4

Draft
wants to merge 159 commits into
base: browser
Choose a base branch
from

Conversation

NicolasT
Copy link

This merges current upstream master into our browser branch. However, it's utterly untested, and even known not to work: the examples/browser code no longer starts because there's some new cp module which imports modules which eventually rely on fs to be available. I guess cp can't ever work in a browser context so should be shimmed out.

Louis Murray and others added 30 commits August 30, 2019 18:57
openid token management impl

oidc token management

implement oidc token refreshing

add openid-client

add oidc refresh logic

add tests for oidc logic

introspect needs special urls so removing

updated tests to reflect introspect not being able to be used

prettier changes

chore: use a version of open-id client that supports node 8

fix id-token ref to id_token

update token expiration to be more flexible

replace the tokenExp with tokenExpirationCache

update if for first time interaction with a user

replace token expiration map with single expiration

update test descriptions to be more accurate

correct test to set initial expiration

add oidc types

reference types in class

cast any so we can keep properties private

prettier

use expires_at over expiration
Rev diff dependency to handle security update.
…e-in-commands-for-gcp-and-azure

Use command as quoted string in CloudAuth
Fix a bug if the headers array is null or undefined in exec auth.
…oken-storing

Fix OIDC refresh token storage with user auth config
Update OpenApi Generator to v4.1.3
Fix bugs in programmatic cluster config. Add unit test.
Don't require client-secret in OIDC authentication.
Add an export function for KubeConfigs. Add unit tests too.
brendandburns and others added 30 commits October 22, 2020 08:55
Update owners file to move mbohlool to emeritus
Co-authored-by: Markus Maga <[email protected]>
…andburns-patch-1

Create codeql-analysis.yml
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.14 to 4.17.20.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.14...4.17.20)

Signed-off-by: dependabot[bot] <[email protected]>
…dabot/npm_and_yarn/lodash-4.17.20

Bump lodash from 4.17.14 to 4.17.20
split watch error and watch done handlers.
Fix timeout on watch.js requestOptions
…dabot/npm_and_yarn/highlight.js-9.18.5

Bump highlight.js from 9.15.10 to 9.18.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.