Hi, community i just want to use some front end application like react to send request to keto to create tuples, i know its not safe but for now my concern is to send request to keto and create and check tuples but every time i get the cors error.
s
steep-lamp-91158
05/17/2022, 7:55 AM
are you building kind of a management UI?
steep-lamp-91158
05/17/2022, 7:56 AM
you could use basically any API gateway/reverse proxy to add the required headers
m
many-garden-6507
05/17/2022, 7:56 AM
we have a ui for training and predction, kratos has been integrated and working, now we just want that some user should be able to train the models and other not using ketos,
many-garden-6507
05/17/2022, 7:57 AM
yeah now i am thinking the same to use node js server so that i can send request to node js which will eventually send the request to keto for creating and checking the tuples
s
steep-lamp-91158
05/17/2022, 8:05 AM
yes that's what you should do, so then you can only forward the requests that should be allowed