- Description
- Setup - The basics of getting started with CAS
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
- Contributors
This module configures CAS.
class { 'cas': }
cas::service { 'Jenkins':
service_id => '^https://myserver.+jenkins.+',
id => '100',
enabled => true,
sso_enabled => true,
},
- cas: Main class, includes all other classes.
- cas::params: Sets parameter defaults per operating system.
Url of the server. Valid option: string. Default value: "http://localhost/"
Directory where the services are configured. Valid option: string. Default value: "/etc/cas/services"
URL of the LDAP server. Valid option: string. Default value: undef
Whether TLS is used. Valid option: boolean. Default value: false
Whether SSL is used. Valid option: boolean. Default value: false
Whether trusted certificate is used. Valid option: boolean. Default value: false
LDAP root DN. Valid option: string. Default value: undef
LDAP base DN. Valid option: string. Default value: undef
LDAP manager DN. Valid option: string. Default value: undef
LDAP manager password. Valid option: string. Default value: undef
LDAP domain. Valid option: string. Default value: undef
LDAP search filter. Valid option: string. Default value: undef
- cas::service: Adds a CAS service.
The following parameters are available in the ::cas::service
define:
Required Ant pattern or regular expression describing a logical service. A logical service defines one or more URLs where a service or services are located. The definition of the url pattern must be done carefully because it can open security breaches. Valid options: string. Default value: undef
Required unique identifier. Valid option: numeric. Default value: undef
Flag to toggle whether the entry is active; a disabled entry produces behavior equivalent to a non-existent entry. Valid option: boolean. Default value: true
Set to false to force users to authenticate to the service regardless of protocol flags (e.g. renew=true). This flag provides some support for centralized application of security policy. Valid option: boolean. Default value: true
Debian family OSes are officially supported. Tested and built on Debian.
Solution Libre modules on the Puppet Forge are open projects, and community contributions are essential for keeping them great.
The list of contributors can be found at: https://github.com/solution-libre/puppet-cas/graphs/contributors