johgoe

Results 16 comments of johgoe

I also think this PR is obsolete. I think the new approach already covers the most of these changes.

@t1 In our project we got a working quarkus server with federation, with some technical tricks like working with a 2nd jandex index and manipulation of the schema in the...

@robp94 Just an idea: if https://github.com/quarkusio/quarkus/issues/20802 is fixed a configuration like ``` quarkus.smallrye-graphql.events.enabled=true quarkus.smallrye-graphql.schema-include-scalars=true quarkus.index-dependency.graphql-federation-runtime.group-id=io.smallrye quarkus.index-dependency.graphql-federation-runtime.artifact-id=smallrye-graphql-federation-api quarkus.index-dependency.graphql-federation-api.group-id=io.smallrye quarkus.index-dependency.graphql-federation-api.artifact-id=smallrye-graphql-federation-api ``` and maven dependencies like ``` io.smallrye smallrye-graphql-federation-api 1.3.4 io.smallrye smallrye-graphql-federation-runtime 1.3.4...

In our project we got a working quarkus server with federation, with some technical tricks like working with a 2nd jandex index and manipulation of the schema in the federation...

There was also a implemetation started https://github.com/keycloak/keycloak-operator/pull/244#

Our initial issue was https://issues.redhat.com/browse/KEYCLOAK-18673 From our point of view it's a not acceptable for a security product like keycloak-operator to force an administrative user just because it's not able...

In general I tested to extend a GraphQLInterface type for federation succesful. I hope the changes in 78567aed2e672e9a1ae93029b94aee13cce8c6f2 in the files - src/transform-sdl.ts - src/transform-federation.ts will be merged to this...

Is there a reason to keep KeePassRPC instead og keepasshttp like the chrome plugins does?

I saw in an different product a coredns configuration like this one ``` apiVersion: v1 data: Corefile: | .:53 { errors ready health kubernetes cluster.local in-addr.arpa ip6.arpa { pods insecure...

I added a note to https://github.com/k3s-io/k3s/issues/462