st2 icon indicating copy to clipboard operation
st2 copied to clipboard

webUI ,Unable to reach auth service. [auth:true] #5522

Open xxtaoqi opened this issue 4 years ago • 1 comments

I did the following:

  1. Modify the vagrantFile file
   config.vm.network "forwarded_port", guest: 80, host: 8081
   config.vm.network "forwarded_port", guest: 443, host: 8443
  1. vi /opt/stackstorm/static/webui/config.js
   'use strict';
angular.module('main')
  .constant('st2Config', {
    hosts: [{
      name: 'default',
      url:  'https://127.0.0.1:8443/api',
      auth: 'https://127.0.0.1:8443/auth'
    }]
    // hosts: [{
    //   name: 'Dev Env',
    //   url: '//172.168.50.50:9101'
    // }, {
    //   name: 'Express',
    //   url: '//172.168.90.50:9101',
    //   auth: true
    // }]

  });

Problem: https://127.0.0.1:8443/#/history Unable to reach auth service. [auth:true] image

xxtaoqi avatar Dec 28 '21 20:12 xxtaoqi

Thanks for contributing to this issue. As it has been 90 days since the last activity, we are automatically marking is as stale. If this issue is not relevant or applicable anymore (problem has been fixed in a new version or similar), please close the issue or let us know so we can close it. On the contrary, if the issue is still relevant, there is nothing you need to do, but if you have any additional details or context which would help us when working on this issue, please include it as a comment to this issue.

stale[bot] avatar Apr 16 '22 05:04 stale[bot]