Authorization header pass from client
It seems like DF is trying to use my authorization header and dont pass thru, because the error message is from dreamfactory: Invalid token: Token Signature could not be verified. Any ideas?
View ArticleAuthorization header pass from client
We've seen this before. I thought it had been resolved. Let me look through my bug report history.
View ArticleDreamFactory and hardware security modules (HSM)
@Polgarmx I'll need to read in to this a bit more and speak with engineering team. Thanks for posting.
View ArticleUser id validation
I have answered myself. I had the wrong typing: It is more var gttok=platform.session.session_token.
View ArticleHow to migrate system table data to external database?
Hi, I currently have setup DF in AWS EC2. This includes a default MySQL database to store system data. I opted for an AWS RDS for my application data but now I want to store system data in this too....
View ArticleDreamFactory and hardware security modules (HSM)
@mattschaer Thank you for speak with the engineering team. We want to introduce the Dreamfactory in some critical (financial) projects.
View ArticleInstall Automation & Dockerized implementation
I would like to know from core team about these questions too. The #1 is crucial. The current Docker image (and Docker Compose containers) does not handle this inicial step, and I haven't succeeded in...
View ArticleAuthorization header pass from client
@drewpearce Any clue about this situation? Thank you!
View ArticleDreamFactory and hardware security modules (HSM)
@Polgarmx can you tell me how you will have DreamFactory installed for use in these projects, will it be installed from GitHub or using one of the BItnami images? DreamFactory uses the AWSSDKforPHP...
View ArticleOnly GET requests work after update to 2.1
I found that I could use the following function and reference it in the create() for each factory resource. function wrapResource(data){ switch(typeof(data)){ case "string": return '{"resource":...
View ArticleHow to connect to a remote web service that provides tokens
I am trying to access a remote rest api that generates a token after providing it with an app id and secret key. How do I add it to dreamfactory. I tried going over the edmunds api tutorial but I dont...
View ArticleHow to connect to a remote web service that provides tokens
Hi @mymanga, I think edmunds api tutorial is a good start point, lets build a example: First you need to create a new service, type: Remote Service Pasted image716x523 21.2 KB Go to the tab Config,...
View ArticleHow to connect to a remote web service that provides tokens
Thanks but getting error: "405 Method not allowed" It seems to only accept GET requests When you run it in the browser http://api.example.com/token/?appid=q1w2e3&key=1qazxsw23edc It returns; {...
View ArticleHow to connect to a remote web service that provides tokens
No problem, change the json in service definition to this: { "swagger": "2.0", "info": { "version": "2.0", "title": "Remote WS Example", "description": "Remote ws example." }, "paths": { "/remotews":...
View ArticleHow to connect to a remote web service that provides tokens
First hurdle...crossed/jumped/ . Seeing how the url is meant only get a session token, how do I use that token to make subsequent requests to consume the api seeing how token is:...
View ArticleHow to connect to a remote web service that provides tokens
You can config the Remote Service (remotews) with you base url (http://api.example.com/), when you call the dreamfactory just append the endpoint (http://your_dreamfactory/api/v2/remotews/cows,...
View ArticleHow to connect to a remote web service that provides tokens
Thank you. lemme work on that. Will update on progress. Thank you for the awesome support
View ArticleIs there a well organised doc for at least the df-core?
I was wondering if there was a detailed documentation of the dreamfactory core, Makes it had to contribute without it
View ArticleHow to connect to a remote web service that provides tokens
Good luck with your work! I'm glad to help
View ArticlePATCH access to component '_table/users' is not allowed
PATCH access to component '_table/users' of service 'mongodb' is not allowed by this user's role, while I've set the access to all HTTP verbs for both API and Scripts.
View Article