-
**Describe the bug**
I have Ambassador set up with TLS termination but the `redirect_cleartext_from: 80` seems to have no effect.
Here's the Service description include the TLS termination Module…
-
I have a bit of code that's producing an UnprocessableEntity error no matter how simple I make it:
```f#
open k8s
let seqToIList lst = Array.ofSeq lst :> System.Collections.Generic.IList
[]
…
-
Hi Kenny,
I’m working in NLP for French https://github.com/oeuvres/Alix
I’m providing WordClouds with morpho-syntactic infos (nouns, names, verbs…).
http://obvil.lip6.fr/alix/wordcloud.jsp?bibcod…
-
A recent change added the `getProjectNumber` utility function to leonardo.dao.google.HttpGoogleComputeDAO. This DAO also overrides scopes and sets them to the compute scopes. As a result all cluster c…
-
My brew is updated.
brew doctor results: `Your system is ready to brew.`
brew config:
```
HOMEBREW_VERSION: 1.7.1
ORIGIN: https://github.com/Homebrew/brew
HEAD: d6a245c05110c240e680da594c2cc603…
-
This was discovered to be an issue at Kumo Lite, resulting in client-local app crashes. The problem isn't with our code, and should rightly be categorized a Spring Boot issue... but that doesn't chang…
-
Using the docker image `broadinstitute/openidc-proxy:latest` I currently have it configured with docker-compose as below. My understanding is that this config should pass openid headers from the auth …
-
This error occurs sporadically, but consistently on the machines that exhibit it. It appears that the client can't access .Net framework assembl(ies). We know the framework is installed because we che…
-
removed comments to streamline issues for current discussion
-
Keystone currently defaults to the in-memory datastore for the Session Express Middleware, which shouldn't be used in production.
There's a writeup on how to use redis or mongo for session management…