Questions tagged [gentics-mesh]

33 questions
4
votes
2 answers

How to fetch children of node via webroot path in Gentics Mesh?

I have a webroot path of a parent node and would like to return the children of this node. Using https://demo.getmesh.io/api/v1/demo/webroot/images/ for example just yields the node itself.
Michael Bromley
  • 4,792
  • 4
  • 35
  • 57
3
votes
2 answers

How would I implement Okta Authentication in Gentics Mesh?

Gentics Mesh comes with support for Keycloak built-in, but I'd like to use Okta instead. What's best practice? Would it require modifying Mesh source code? Or maybe I should handle authentication in a middleware layer? Or could I implement…
Jeremy
  • 2,970
  • 1
  • 26
  • 50
2
votes
1 answer

How to seed schemas in Gentics Mesh

I'm working with a team of developers, and we need to be able to stand-up a Mesh instance with all the predefined schemas on anyone's laptop. I'd like to be able to create schemas if they don't exist, based on a collection of JSON files. I've…
Jeremy
  • 2,970
  • 1
  • 26
  • 50
1
vote
1 answer

Gentics Mesh - Import / Export project from one instance to another

Gentics Mesh Version : v1.4.8 Question : Is it possible to export a specific project with all the schemas/micro-schemas definition associated to it and the all nodes contribute from one instance of Gentics mesh and to import to another one? What I…
1
vote
1 answer

Create Gentics Mesh User Profile node during JWT user mapping - causes failure

I'm working on an authentication plugin that uses JWT parsing to get details and update the user in Mesh. I'd like to also create a new node and attach it to the User in Mesh, using the user.setNodeReference() // Is this how I associate a User to a…
Jeremy
  • 2,970
  • 1
  • 26
  • 50
1
vote
1 answer

Algorithm not supported - OAuth in Gentics Mesh

I'm using the new OAuth support in Gentics Mesh, but getting an exception - ecms-mesh-server | 23:57:42.312 [] INFO [vert.x-eventloop-thread-4] [i.v.e.w.h.i.LoggerHandlerImpl] - 192.168.16.4 - GET /api/v2/auth/me HTTP/1.1 200 587 - 7…
Jeremy
  • 2,970
  • 1
  • 26
  • 50
1
vote
1 answer

How to retrieve versioned images in Genetics Mesh?

I am going through the demo project, and updated an Image node VEHICLE IMAGES in the UI (PROJECTS / DEMO / VEHICLE IMAGES) I have updated the VEHICLEIMAGE schema, with property autoPurge: false. Now I am able to see the previous versions and each…
1
vote
1 answer

Problems with abandoned tmp files in mesh

We uploaded some files around 4G to mesh during the development phase. Some uploads might have been aborted. When I had a look at the system's hard drive I saw that the mesh tmp directory consumed a lot of space (around 25G). Some files where about…
Le Beef
  • 21
  • 5
1
vote
1 answer

activate SSL for Mesh / Docker

I have set up the docker container for mesh https://hub.docker.com/r/gentics/mesh/ I have tried to configure SSL as mentioned in the docs. httpServer: port: 8080 host: "0.0.0.0" ssl: true cerPath: "config/cert.pem" keyPath:…
Andreas
  • 13
  • 2
1
vote
2 answers

How to map the config dir of the gentics/mesh docker image?

I have tried to start mesh like this: docker run -v /tmp/mesh/data:/mesh/data -v /tmp/mesh/conf:/mesh/conf -it -p 8080:8080 gentics/mesh But the config directory stays empty. In the data directory everything is getting created. We would need to…
patrick
  • 826
  • 1
  • 9
  • 28
1
vote
1 answer

Restore Version of Node in Mesh-UI

Where can we restore old node versions in the Mesh-UI and on the REST level? As I can see each time I update a Node we get a new Version. But how can we access old version and restore them?
patrick
  • 826
  • 1
  • 9
  • 28
1
vote
1 answer

Share Nodes between projects

Is it possible to share nodes between projects? A kind of global nodes, like icons. Or is there a concept of subprojects? I was searching anywhere in the mesh-UI for such an option.
patrick
  • 826
  • 1
  • 9
  • 28
0
votes
0 answers

MeshRestClient hanging

I'n mew with Gentics Mesh. I'm trying the MeshRestClient in Java on the docker demo. My code is very simple: just a login and a webroot call. My program is just a command line project. After the call my program don't resume and seems hanging. I've…
0
votes
1 answer

How to implement OAuth with Gentics Mesh?

I am attempting to use AWS Cognito to implement authentication in Gentics Mesh. I expect to need to create a plugin in order to support role mapping but for now I just want to be able to authenticate with a user from Cognito. I downloaded the JWT…
0
votes
1 answer

Strange error while requesting user token

I am able to login to the API and get back a bearer token, however if I then try to request an api token for the admin user, I get: { "message": "Not Found", "internalMessage": "The rest endpoint or resource for given path…
drkstr101
  • 760
  • 1
  • 6
  • 23
1
2 3