Edge for Private Cloud v4.18.05
ユーザーが初めて Edge UI にアクセスしたときに、同意を確認するバナーを表示できます。このバナーには HTML 形式のテキストとボタンが表示されます。ユーザーがこのボタンを選択すると、ログイン画面に進みます。例:
同意確認のバナーを追加するには:
- エディタで
ui.properties
ファイルを開きます。ファイルが存在しない場合は作成します。vi /opt/apigee/customer/application/ui.properties
- 次のプロパティを設定します。
# Enable the consent banner: conf_apigee-base_apigee.feature.enableconsentbanner="true" # Set the button text: conf_apigee-base_apigee.consentbanner.buttoncaption="I Agree" # Set the HTML text: conf_apigee-base_apigee.consentbanner.body="<h1>Notice and Consent Banner</h1> <div><p>Enter your consent text here.</p></div>"
- 変更を保存します。
- Edge UI を再起動します。
/opt/apigee/apigee-service/bin/apigee-service edge-ui restart
次にブラウザで Edge UI を開くと、ログインする前に契約への同意が求められます。