platform-samples icon indicating copy to clipboard operation
platform-samples copied to clipboard

rendering data as graphs: WARDEN_GITHUB_VERIFIER_SECRET env variable not set

Open bunnybooboo opened this issue 6 years ago • 4 comments

Guide doesn't mention it, code doesn't mention. Unable to build server without it

No WARDEN_GITHUB_VERIFIER_SECRET environmental variable found. Your sessions are likely being stored insecurely.

bunnybooboo avatar Jan 25 '18 23:01 bunnybooboo

@bunnybooboo WARDEN_GITHUB_VERIFIER_SECRET is set for a token as mentioned in the dependency : https://github.com/atmos/warden-github#configuration

I wasn't able to reproduce this message. Can you describe your testing environment?

osowskit avatar Feb 03 '18 04:02 osowskit

Arch Linux 4.14.15-1-hardened RVM - Ruby 2.5.0 bundler 1.16.1 json 2.1.0 sinatra 2.0.0 sinatra_auth_github 2.0.0 octokit 4.8.0

I've had a nightmare trying to setup (specifically obtaining a bridged network) LXC containers, so this is instead running direct from the cloned repo in a regular directory, on my everyday laptop. I've been progressing through these dev guides, so is the sixth module of twelve. RVM/Ruby only installed to work through these guides, so will try an rvm implode

bundle install all passes, otherwise.

bunnybooboo avatar Feb 03 '18 17:02 bunnybooboo

Nah, same again after a fresh install. Needless to say Installing warden-github 1.2.0 is defo there in the bundle output, green, and all completed without error.

bunnybooboo avatar Feb 03 '18 18:02 bunnybooboo

I am facing exactly the same issue

john012343210 avatar Nov 16 '19 07:11 john012343210