Robert Grant

Results 70 comments of Robert Grant

I'm hitting the KMS thing now - if I understand it correctly it can autocreate a KMS and a key by setting `create_kms_key = true`, but the sample shows a...

I have the same issue. Even with minimal swagger, such as: ```yaml swagger: "2.0" info: description: "This is a sample server Petstore server." version: "1.0.0" title: "Swagger Petstore" schemes: -...

I've got the same issue. I can easily push a sample repo as I'm VERY early days into a project and this is the first thing I did :-)

+1 @mxschmitt are there some docs around what features each client language will likely get? We would like to use this, but wouldn't want to risk missing key features if...

Just some more additional context: allowing Kratos to be a service provider in front of a SAML IdP would be extremely useful :)

Hopefully my terminology is correct. Just to double check: what I mean is being able to point Kratos at a SAML IdP in the way we can point Kratos at...

I think this issue has probably been closed prematurely; I just hit it as well with this template.

@aanastasiou This is causing a problem you might not be aware of - currently the neo4j-python-driver is pinned to

@aanastasiou that sounds pretty reasonable! One thing - having had a look (and made an attempt at upgrading the python driver version, rather than unpinning it - https://github.com/neo4j-contrib/neomodel/pull/432) the neo4j-python-driver...

We are still getting this issue, even when forcing a write transaction. I've created a repro case: https://github.com/robertlagrant/neo4j-cluster-failure. Please test.