shield-daemon job from shield/6.6.5
Github source:
dda516d8
or
master branch
Properties¶
shield
¶
daemon
¶
auth
¶
api_keys
¶Map of API keys to grant script-level access to SHIELD (keys are names of keys, values are keys themselves)
- Example
|+ api_keys: my_script: AwB6iMPhTHiE7V2ngLNv autoprovision: KTocoRDwtasU22kiA3Go
basic_password
¶Password to use with basic auth for SHIELD (disabled if oauth is enabled)
- Default
admin
basic_user
¶Username to use with basic auth for SHIELD (disabled if oauth is enabled)
- Default
admin
oauth
¶authorization
¶orgs
¶List of organizations that users must be members of to access SHIELD. This MUST* be specified or no one will be able to access SHIELD.
key
¶Auth Key/Client ID to use with the OAuth2 provider
provider
¶OAuth2 provider to use with SHIELD (supported values: ‘github’ and ‘cloudfoundry’)
secret
¶Auth Secret/Client Secret to use with the OAuth2 provider
sessions
¶db
¶host
¶Hostname or IP address of the database server.
name
¶Name of the database to use for storing session data.
password
¶Password to use for accessing the session database.
port
¶TCP port that the database server is listening on.
username
¶Username to use for accessing the session database.
max_age
¶Maximum age for an authenticated session (in seconds).
- Default
2.592e+06
database
¶
db
¶Name of the SHIELD database
host
¶Hostname or IP address of the backend database server.
password
¶Password to use for accessing the database.
port
¶TCP port that the database server is listening on.
type
¶Type of database backend to use (‘postgres’ or ‘mysql’).
username
¶Username to use for accessing the database.
domain
¶Fully-qualified domain name (or IP address) of your SHIELD installation
http_port
¶Port to bind for HTTP API and Web UI requests
- Default
80
name
¶The name of your SHIELD installation (to display to `shield status’ calls).
- Default
(none)
port
¶Port to bind for HTTPS API and Web UI requests
- Default
443
ssh_private_key
¶SSH private key to use for communicating with the shield-agent.
log_level
¶Log level for shield processes
- Default
info
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/shield-daemon/
directory
(learn more).
bin/ctl
(frombin/ctl
)bin/monit_debugger
(frombin/monit_debugger
)config/shieldd.conf
(fromconfig/shieldd.conf
)data/properties.sh
(fromdata/properties.sh
)helpers/ctl_setup.sh
(fromhelpers/ctl_setup.sh
)helpers/ctl_utils.sh
(fromhelpers/ctl_utils.sh
)shared/id_rsa
(fromshared/id_rsa
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.