Project

General

Profile

Bug #18676

Updated by Ward Vandewege about 2 years ago

As per the configuration reference: 

 <pre> 
       # Set AnonymousUserToken to enable anonymous user access. Populate this 
       # field with a long random string. Then run "bundle exec 
       # ./script/get_anonymous_user_token.rb" in the directory where your API 
       # server is running to record the token in the database. 
       AnonymousUserToken: "" 
 </pre> 

 The salt-based installer does not run that ruby script, which means the anonymous user token is unusable. 

 Observed on 2.3-release.

Back