Edge for Private Cloud v4.18.05
Puoi mostrare un banner del consenso quando un utente accede per la prima volta alla UI Edge. Il banner del consenso mostra un testo in formato HTML e un pulsante che l'utente seleziona per passare alla schermata di accesso. Ad esempio:
Per aggiungere un banner del consenso:
- Apri il file
ui.properties
in un editor. Se il file non esiste, crealo:vi /opt/apigee/customer/application/ui.properties
- Imposta le seguenti proprietà:
# 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>"
- Salva le modifiche.
- Riavvia l'interfaccia utente di Edge:
/opt/apigee/apigee-service/bin/apigee-service edge-ui restart
La volta successiva che aprirai l'interfaccia utente di Edge in un browser, dovrai accettare il contratto per il consenso prima di poter accedere.