Questions tagged [federation]
267 questions
1
vote
0 answers
Implementing Graphql Federation in Spring Cloud Gateway (JAVA) connecting with NodeJS/TS microservices
I am facing issues in setting up Graphql Federation in SpringCloud Gateway.
I have created a Spring Cloud Server and a Eureka Client Server which connects to a Node Typescript microservice.
For Eureka Client in Nodejs, I have used eureka-js-client…

Robin Malhotra
- 11
- 2
1
vote
1 answer
Angular, Webpack5 Module Federation: Not sharing libraries rxjs
Everything working under NX
If I update a observable in mfe(remote), it is working in the scope of this mfe but not in the shell. the reverse happens the same way, in the shell components it works but the value updates are not visible in the…

David Anton
- 11
- 2
1
vote
2 answers
Active Directory user federation with Rails?
Is it possible to use existing AD users to authenticate them in a ruby on rails app? To be a bit more precise here's the current situation.
A rails app is hosted on a linux box. Currently Brightbox is used as hosting provider. There's only built in…

devployment
- 2,121
- 1
- 22
- 33
1
vote
1 answer
Can Azure AD federate to a 3rd-party IdP without a persistent sync to that IdP?
The 3rd-party IdP (not a Microsoft product) already exists and manages hundreds or thousands of users in multiple domains. That IdP must remain authoritative for those users. I don't want Azure AD (AAD) to get cluttered up by getting a copy of all…

knokej
- 71
- 7
1
vote
0 answers
SSO Configuration on a Keycloak with existing user federation
I am trying to set up SSO between two Keycloaks. The target Keycloak, where I want to configure the SSO has user federation set up in place and the user management is disabled. I was thinking of configuring IdP brokering between my source Keycloak…

Georgi Stoyanov
- 594
- 1
- 9
- 26
1
vote
1 answer
GCP workload identity federation with Azure
I have an azure function written in c# that publishes messages to gcp pubsub topic. It works fine with credential file we received from gcp , but now due to some security we would like to use identity federation and use short-lived tokens generated…

PersianIronwood
- 639
- 8
- 19
1
vote
2 answers
vite-plugin-federation doesn't load the styles of my components
When I'm loading my components on my host app, the componnet loads with no css, I'm using Vite + Vue with tailwind, does anyone know how to load those styles?
This is my vite.conf.ts:
import federation from "@originjs/vite-plugin-federation";
import…

pdro_99
- 87
- 1
- 6
1
vote
2 answers
Vite-Plugin-Federation can't import react components with hooks
I want to use vite federation to build a micro-frontend structure. However, host website will get error when the remote components have hooks. Would like to ask if there is any problem in my setting?
Used plugin: @originjs/vite-plugin-federation:…

Freedom0116
- 11
- 2
1
vote
2 answers
Create IBM DB2 Federated Table in MySql
I'm working on a project where I need to join data from a MySQL database table with data from an IBM DB2 database table. Since these are two different data sources in my Java project, there is no real easy way to join this data.
Searching, I read…

Paul Stoner
- 1,359
- 21
- 44
1
vote
0 answers
Can we regenerate subgraph from the supergraph in GraphQL/Apollo Federation?
I need to know Is that possible or not.
For example we have 3 api and each have their subgraph and we have implemented federation.
By Using federation we have created Single Truth of Source that is Supergraph.
Now I want to regenerate All 3…

Mohd Faijan
- 11
- 1
1
vote
0 answers
Can Existing Public Facing Graphql Service coexist with Graphql Federation
I am currently having a non federated graphql service which is consumed by certain clients, now there is a new requirement where I need to convert my existing non federated graphql service to federated. So my question is can I have two intstance of…

Karthik Gowda
- 11
- 1
1
vote
2 answers
Resolve M:M (many to many) using Federation
Resolve M:M (many to many) using Federation
How to resolve many to many relationships while using GraphQL Federation Micro-Services?
Lets say Users & Events. They have m:m relationship.
"User_Id" is not stored in "Events" table & "Event_Id" is not…

Harshal S. Hirve
- 31
- 4
1
vote
0 answers
DB2: How to setup federation between two local database instances - minikube
In a single box environment spinning 2 db2 containers running at different ports, how to setup federation ?
How can I use the command similar to the below
create nickname myschema.Table1 for
Pod names are…

Kris Swat
- 788
- 1
- 10
- 39
1
vote
2 answers
Keycloak OTP for read only federated users
I have implemented a custom user storage provider for federating users from our database.
I want to manage OTP for those users via keycloak, when I set the OTP to required in the flow and Configure OTP as required action the otp form is shown after…

simonC
- 4,101
- 10
- 50
- 78
1
vote
0 answers
Athena federated queries against Postgres JSONB field
It seems to me that Athena don't understand Postgres JSONB fields, and consider them VARCHARS. This means that any query involving json path expressions will be executed Athena-side, which again means that every row in database must be sent to…

Christian von Wendt-Jensen
- 695
- 9
- 19