Edge for Private Cloud v4.18.05
Anda dapat menampilkan banner izin saat pengguna pertama kali mengakses UI Edge. Banner izin menampilkan teks berformat HTML dan tombol yang dipilih pengguna untuk melanjutkan ke layar login. Contoh:
Untuk menambahkan banner izin:
- Buka file
ui.properties
di editor. Jika file tidak ada, buat file tersebut:vi /opt/apigee/customer/application/ui.properties
- Tetapkan properti berikut:
# 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>"
- Simpan perubahan.
- Mulai ulang UI Edge:
/opt/apigee/apigee-service/bin/apigee-service edge-ui restart
Saat membuka UI Edge lagi di browser, Anda harus menyetujui perjanjian izin sebelum dapat login.