Jump to: navigation, search

Difference between revisions of "Horizon/Customization"

(Created page with "This page is here to collect examples and use cases of Horizon customization and extensions. The goal is not to show users how to do it, but rather to inform the developers ab...")
 
Line 7: Line 7:
 
* Extend the lists of exceptions for the exception handler.
 
* Extend the lists of exceptions for the exception handler.
 
* Add a new required option to the configuration.
 
* Add a new required option to the configuration.
 +
 +
 +
== Authentication ==
 +
* Support SAML for the Public Cloud use cases
 +
* Support Kerberos for the Private Cloud Use cases (only Kerberos provides a decent mechanism for Constrained Delegation)
 +
* Support X509 Client Certificate Authentication

Revision as of 17:33, 17 July 2014

This page is here to collect examples and use cases of Horizon customization and extensions. The goal is not to show users how to do it, but rather to inform the developers about what are the needs of users and which parts of Horizon's customization could be improved. Please add your own section to describe what you are doing to Horizon.

Tuskar UI

  • Add a whole new dashboard with its own panels.
  • Change the default panel.
  • Remove all other dashboards and panels.
  • Extend the lists of exceptions for the exception handler.
  • Add a new required option to the configuration.


Authentication

  • Support SAML for the Public Cloud use cases
  • Support Kerberos for the Private Cloud Use cases (only Kerberos provides a decent mechanism for Constrained Delegation)
  • Support X509 Client Certificate Authentication