Mengaktifkan banner izin

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 {i>log in<i}. Contoh:

Untuk menambahkan banner izin:

  1. Buka file ui.properties di editor. Jika file tidak ada, buat hal tersebut:
    vi /opt/apigee/customer/application/ui.properties
  2. Atur 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>"
  3. Simpan perubahan.
  4. Mulai ulang UI Edge:
    /opt/apigee/apigee-service/bin/apigee-service edge-ui restart

Saat berikutnya Anda membuka UI Edge di browser, Anda harus menyetujui perjanjian persetujuan sebelum Anda dapat {i>login<i}.