Questions tagged [fiware]

FIWARE is an open cloud-based infrastructure for creation and delivery of Internet applications and services.

FIWARE API specifications are public and royalty-free, driven by the development of an open source reference implementation which accelerates the availability of products and services.

Creation of a sustainable innovation ecosystem around FIWARE is materialized through FIWARE Lab, a working instance of FIWARE enabling free experimentation with the technology.

1279 questions
0
votes
1 answer

fiware idm sign up email

I have installed FIWARE's IdM KeyRock in a Ubuntu 12.05 virtual machine. Horizon and Keystone are up, but when I try to sign up from localhost:8000, the confirmation email is not sent by KeyRock. I have install Postfix and I'm using Gmail as SMTP…
jht
  • 141
  • 10
0
votes
1 answer

Setting up S3QL with FIWARE Object Storage GE (Openstack Swift)

I am trying to setup S3QL with Object Storage GE and there seems to be only one piece of information missing. I successfully installed S3QL thanks to this pretty good tutorial:…
Clemens Sum
  • 1,110
  • 8
  • 13
0
votes
1 answer

FIWARE keyrock oauth callback - ruby

I am trying to implement/use Fiware Keyrock for authentization. Is there any tutorial/webinar on how to do it. Anyone does this ? It requires callbackurl and url of application of oauth, how to implement this in my rails application that it would…
user2925656
  • 383
  • 4
  • 17
0
votes
1 answer

Keyrock Installation

I was following the manual installation steps provided here: https://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/Identity_Management_-KeyRock-_Installation_and_Administration_Guide We do not know what to do in the step "4. Initial…
0
votes
3 answers

Connect to VM on Fiware Lab: Connection timed out

In FIWARE Lab, I create a VM instance, keypair, etc as in the tutorial: Add port 22 to the security group rules: I follow the instructions to connect to ssh: Open the Terminal Locate the keypair asocciate to this Instance when launching…
Maarten
  • 6,894
  • 7
  • 55
  • 90
0
votes
1 answer

Fiware IDM Keystone on Ubuntu 14.04

I've tried to install FIWARE IDM - Keystone on my own server (Ubuntu 14.04). Everything went well till when I tried to populate the database using the following command fab localhost keystone.populate where python sent the following…
jht
  • 141
  • 10
0
votes
1 answer

FiWare WP-OAuth user authentication PHP CURL

I am using KeyRock from FiWare.org. Previously everything seems to work find but now the rest server after user authorization send me the following response. I have looked at the server response and it seems to be a NULL/Empty response. But on the…
0
votes
1 answer

Can't access filab instance virtual machine

I have a problem accessing our filab instance Virtual Machine through SSH. I have created the keypair pem file, the instance, associate IP and create security groups without incidences but I can't access it (always timeout). The FILAB CLOUD…
aromero
  • 11
0
votes
1 answer

FIWARE Cosmos-GUI: Invalid IdM User

I have been trying to log in Cosmos-GUI to start developing my FIWARE application, but after I log in with my FILAB user/password I get "Error:Invalid IdM User" I saw a similar question, and they said that it was caused by a migration of the server…
0
votes
1 answer

Error install FIA Project Management Plugin

I tried to install FIA Project Management Plugin as instructions in the Eclipse Luna but I get errors dependence and plugin not installed There is any person who installed it? thanks This is the error when i try install the plug-in Eclipse Luna…
Max
  • 1
  • 1
0
votes
1 answer

FIWARE Cloud - How to migrate VM to another region?

according to FIWARE Lab's latest “Reminders regarding new Terms and Conditions” from 23. April 2015, the node/region “Spain1” will be shut down and any VMs on that node should be migrated to node/region “Spain2”. As I have a VM running on…
heapifyman
  • 161
  • 8
0
votes
1 answer

How to debug keyrock

I have succesfully used the shared keyrock from filab to let my on web application to authentificate users, using oauth. When I tried it with a second application, I get an error from FILAB web page: "Bad Request" The error occurs after the users…
Meier
  • 3,858
  • 1
  • 17
  • 46
0
votes
1 answer

FIWARE: The usage of Identity Management GE

I want to use Identity Management - KeyRock GE in the FI-LAB portal (https://github.com/ging/fi-ware-idm/wiki/Using-the-FI-LAB-instance). It's said that this GE is already deployed on FI-LAB. Can I use this GE just to control an access to my…
Klausos Klausos
  • 15,308
  • 51
  • 135
  • 217
0
votes
1 answer

FI-WARE Identity Management - Integration with 3rd party providers

I read about the FI-Ware Identity Management GE. I understand it acts as an OAuth2 Identity Provider enabling users to log in into applications using their FI-Ware site credentials. The FI-Ware catalog site states this about the IdM : In addition…
0
votes
1 answer

Connection to MV in Osx Fiware Lab

I have a problem connecting to my MV Orion in OSX. I performed the following steps: I've created my Keypar and download this I created my security group (port 33, 3306). I created my MV Orion I deployed my MV and associated to Allocated Ip. I open…