#5491 [RFR] Resources requested for Kolinahr instance
Closed: Fixed Opened by sgallagh.

The Fedora Project as a whole has been embracing the Kellogg Logic Model for planning. There is now an open-source tool for easily managing the creation, editing and viewing of these models: Kolinahr. I would like to request a VM or similar resource to host Kolinahr.

It has very light requirements at this time, roughly equivalent to a "small" gear from OpenShift v2. It will require Node.js 4.x+ and MongoDB v3+. The latter could be shared if preferred or else hosted on the same VM.


Done.

The instance is a fedora 24 one at kolinahr.fedorainfracloud.org and your ssh key should be set to allow you to login as root.

Please let us know if you need anything further on it.

@kevin changed the status to Fixed

Could you provide me with the information I will need to connect to FAS as an OpenID Connect source?

I need the following information (taken from https://github.com/joeattardi/kolinahr#environment-variables):

  • OPENID_CONNECT_AUTHORIZATION_URL - The authorization URL endpoint for your OpenID Connect provider.
  • OPENID_CONNECT_TOKEN_URL - The token URL endpoint for your OpenID Connect provider.
  • OPENID_CONNECT_USER_INFO_URL - The userinfo URL endpoint for your OpenID Connect provider.
  • OPENID_CONNECT_CLIENT_ID - The client ID for your OpenID Connect provider.
  • OPENID_CONNECT_CLIENT_SECRET - The client secret for your OpenID Connect provider.
  • OPENID_CONNECT_CALLBACK_URL - The callback URL to use with your OpenID Connect provider. This should be of the form http://host:port/auth/callback, where host and port are the host and port Kolinahr is running on.

Information for temporary instance until id.fedoraproject.org is upgraded:

Authorization url: https://iddev.fedorainfracloud.org/openidc/Authorization

Token url: https://iddev.fedorainfracloud.org/openidc/Token

User Info URL: https://iddev.fedorainfracloud.org/openidc/UserInfo

JWKS: https://iddev.fedorainfracloud.org/openidc/JWKS

Metadata