【发布时间】:2019-12-17 19:39:55
【问题描述】:
我正在尝试在分布式环境中使用 WSO2 APIM 3.0 配置 WSO2 APIM Analytics Ver 3.1,但它在 Analytics Dashboard 中显示“没有可用的仪表板”,并且日志中没有错误。
我不确定我在 deployment.toml 中所做的配置。请帮助我使用 APIM 配置分析。
下面是deployment.toml(dashboard)中auth.config的配置:
auth.configs:
type: 'apim'
ssoEnabled: true
properties:
adminScope: apim_analytics:admin_carbon.super
allScopes: apim_analytics:admin apim_analytics:product_manager apim_analytics:api_developer apim_analytics:app_developer apim_analytics:devops_engineer apim_analytics:analytics_viewer apim_analytics:everyone openid apim:api_view apim:subscribe
adminServiceBaseUrl: https://Publisher Server URL
adminUsername: admin
adminPassword: admin
kmDcrUrl: https://Key-Manager Server URL/client-registration/v0.15/register
kmTokenUrlForRedirection: https://Key-Manager Server URL/oauth2
kmTokenUrl: https://Key-Manager Server URL/oauth2
kmUsername: admin
kmPassword: admin
portalAppContext: analytics-dashboard
businessRulesAppContext : business-rules
cacheTimeout: 900
baseUrl: https://Analytics Server URL
grantType: authorization_code
publisherUrl: https://Key-Manager Server URL
storeUrl: https://Store URL
externalLogoutUrl: https://Key-Manager Server URL/oidc/logout
提前谢谢..!!!
【问题讨论】: