Daniel Wood

Results 15 comments of Daniel Wood

I'm not having this problem with Superset 1.1.0 running on Kubernetes, here is my google auth config for you to compare: ```yaml extraEnv: OAUTH_HOME_DOMAIN: 'mydomain.com' OAUTH_WHITELIST_REGEX: '@mydomain.com$' extraSecretEnv: # GCP...

> Can I check my understanding that the expected behaviour of an admin user via OAUTH or LDAP is that they should be able to list and edit users within...

> for instance I recommend that you pass the credentials via configmap or secrets I'm not sure what the critique here is. Could you expand upon your statement?

> In general, before adding config elements and features to VP, particularly `authz` stuff we try to see if it can be handled by either the IdP or Nginx. Have...

Refactored to pass a compiled array (cfg.CompiledRegex) to handlers.go.

Refactored for changes in auth.go and handlers_test.go

If you are taking this route for the purpose of minification, you may want to take a look at this project: https://github.com/docker-slim/docker-slim [Hacker News discussion from last week](https://news.ycombinator.com/item?id=21755871).

Sounds like the modem is in/stuck in boothold mode. What does `lsusb` show?

Pretty sure it's dead. Run `dmesg -c` to clear the history. then re-plug the modem. Wait 30 seconds, and run `dmesg` If nothing shows up, the modem is definitely dead....

I dont know if it would be a good idea to add this info to the readme since some alternative to SSH is often requested, but I needed to bypass...