~hatch/charms/precise/juju-gui/trunk

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Francesco Banconi
  • Date: 2013-01-24 09:37:44 UTC
  • mfrom: (28.1.4 juju-gui)
  • Revision ID: francesco.banconi@canonical.com-20130124093744-unyisw3g5uftum3i
Fixes for bug #1103035.

Add the "curl" package as an install dependency: some OS images may not
include it by default.

Remove the "user" and "password" options from the "config.yaml" file.
Those credentials are easily discoverable and insecure. The code still
hardwires bypassing the authenticating step when deploying to staging.

Move the "maintainer" line to below the "summary" one in "metadata.yaml".

README file:

- list the currently supported web browsers;
- explain the self-signed certificate workaround currently needed to
  make Firefox work;
- anonymize the EC2 addresses.

R=gary.poster, matthew.scott
CC=
https://codereview.appspot.com/7205044

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
      the GUI. Both ssl-cert-contents and ssl-key-contents must be provided.
64
64
      If not, cetificates will be automatically generated.
65
65
    type: string
66
 
  user:
67
 
    description: |
68
 
      The username to be used in the authentication process. Both user and
69
 
      password must be provided. If not, they will be ignored and the user will
70
 
      be asked to authenticate using the login screen. This option is ignored
71
 
      if staging is set to true.
72
 
    type: string
73
 
  password:
74
 
    description: |
75
 
      The password to be used in the authentication process. Both user and
76
 
      password must be provided. If not, they will be ignored and the user will
77
 
      be asked to authenticate using the login screen. This option is ignored
78
 
      if staging is set to true.
79
 
    type: string
80
66
  login-help:
81
67
    description: |
82
68
      The help text shown to the user on the login screen.