Francisco de la Vega

Results 11 comments of Francisco de la Vega

I have already fixed this problem, the attribute to use the contex defined in the document has changed form "compact" to "auto_compact", so I can serialize correctly now; however, I...

Hi, An example of the problem, I have the file basic_usdl.ttl that contains: ``` @prefix foaf: . @prefix rdf: . @prefix rdfs: . @prefix msm: . @prefix owl: . @prefix...

I am facing an additional issue, with the workaround proposed by @florealcab we overcome the instantiation issue, but when saving or creating the model that includes the ArrayField we get...

You can create your initial admin user using the Wirecloud admin commands. In particular there is a createsuperuser one. They are documented in WireCloud administration guide: https://wirecloud.readthedocs.io/en/stable/administration_guide/

Hi, There are several options for privatizing context broker stuff. Are you planning to monetize it or just restrict the access? If you want to monetize it, the easiest way...

Hi @jqnatividad We are actually securing the access to the context broker using the FIWARE security framework and in particular a new component called API Umbrella (https://apiumbrella.io/) which is replacing...

SSLCACertificateFile should point the CA certificate that is used by the client in order to sign the request. Basicaly you are configuring SSL client verification in this particular request

But you don't have to point to a conf file, but to the actual CA digital certificate, probably with .crt or .pem extension in the same way as it is...

Hi, We are now working on the integration with Keycloak includin support for JWT, will provide documentation on how to configure it in the following days