uaa/6
You can find the source of this version on GitHub at cloudfoundry/uaa-release. It was created based on the commit 0b1452b7
.
Release Notes¶
This release updates the UAA version to 3.1.0
New spec properties:
#Branding/Customization
login.branding.company_name:
description: This name is used on the UAA Pages and in account management related communication in UAA
login.branding.product_logo:
description: This is a base64 encoded PNG image which will be used as the logo on all UAA pages like Login, Sign Up etc.
login.branding.square_logo:
description: This is a base64 encoded PNG image which will be used as the favicon for the UAA pages
login.branding.footer_legal_text:
description: This text appears on the footer of all UAA pages
login.branding.footer_links:
description: These links appear on the footer of all UAA pages. You may choose to add multiple urls for things like Support, Terms of Service etc.
example:
linkDisplayName: linkDisplayUrl
login.home_redirect:
description: URL for configuring a custom home page
login.prompt.username.text:
description: "The text used to prompt for a username during login"
default: Email
login.prompt.password.text:
description: "The text used to prompt for a password during login"
default: Password
# Clients
uaa.clients:
description: "List of OAuth2 clients that the UAA will be bootstrapped with"
example:
login:
id: login
name:
app-launch-url: http://myloginpage.com
show-on-homepage: true
app-icon: iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAD1BMVEWZttQvMDEoKisqKywAAAApvvoVAAAAGElEQVQYlWNgYUQBLAxMDCiAeXgLoHsfAD03AHOyfqy1AAAAAElFTkSuQmCC
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "uaa" version: "6" url: "https://bosh.io/d/github.com/cloudfoundry/uaa-release?v=6" sha1: "be68530cfac12a0e2c8c79730115aa85c2cf2f1e"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 be68530cfac12a0e2c8c79730115aa85c2cf2f1e \ "https://bosh.io/d/github.com/cloudfoundry/uaa-release?v=6"