uPortal-Project / JasigWidgetPortlets

Grab bag of small utility portlets.

Home Page:https://wiki.jasig.org/display/PLT/Jasig+Widget+Portlets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jasig Widget Portlets

Maven Central build status

This is a Sponsored Portlet in the uPortal ecosystem.

Configuration

See also documentation in the external wiki.

Using Encrypted Property Values

You may optionally provide sensitive configuration items -- such as service passwords and API keys -- in encrypted format. Use the Jasypt CLI Tools to encrypt the sensitive value, then include it in a .properties file like this:

hibernate.connection.password=ENC(9ffpQXJi/EPih9o+Xshm5g==)

Specify the encryption key using the UP_JASYPT_KEY environment variable.

About

Grab bag of small utility portlets.

https://wiki.jasig.org/display/PLT/Jasig+Widget+Portlets

License:Apache License 2.0


Languages

Language:Java 75.7%Language:HTML 21.5%Language:Less 1.3%Language:CSS 1.2%Language:Groovy 0.4%