Mengaktifkan banner izin

Edge untuk 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:

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

Saat membuka UI Edge di browser lagi, Anda harus menyetujui perjanjian izin sebelum dapat login.