summaryrefslogtreecommitdiffstats
path: root/filter_plugins/openshift_master.py
Commit message (Collapse)AuthorAgeFilesLines
* Ansible Lint cleanup and making filter/lookup plugins used by ↵Jason DeTiberus2017-02-141-578/+0
| | | | openshift_master_facts available within the role
* Reference class instead of self.__class__ within super constructor to avoid ↵Andrew Butcher2017-02-081-8/+8
| | | | calling self forever.
* Remove legacy router/registry certs and client configs from synchronized ↵Andrew Butcher2017-02-061-7/+8
| | | | master certs.
* Restructure certificate redeploy playbooksAndrew Butcher2017-02-021-4/+4
|
* Make use of AnsibleDumper in openshift_master filters s.t. we can represent ↵Andrew Butcher2017-01-231-1/+5
| | | | AnsibleUnsafeText when dumping yaml.
* Create individual serving cert and loopback kubeconfig for additional masters.Andrew Butcher2017-01-161-1/+3
| | | | | | Deprecates use of 'create-master-certs' for generating master serving certificate and loopback kubeconfig in order to reference the first master's CA serial file.
* filter: Removed unused validation callsSteve Milner2017-01-121-3/+0
| | | | | | The parent class for filters in openshift_master defines a validate method which does nothing. This change removes calls to this method while leaving the validation implementations as is.
* Updated initializer usage in filtersSteve Milner2017-01-121-11/+11
| | | | | | Switched from explicit parent class usage to super(). See: https://docs.python.org/2/library/functions.html#super
* python3 support, add tox for better local testing against multiple python ↵Jason DeTiberus2016-12-201-15/+7
| | | | versions
* update tests and flake8/pylint fixesJason DeTiberus2016-11-291-6/+4
|
* Fix typosRodolfo Carvalho2016-10-191-1/+1
|
* enable service-serving-cert-signer by defaultAndrew Butcher2016-08-241-0/+3
|
* Add clientCommonNames to RequestHeaderProvider optional itemsScott Dodson2016-08-151-1/+5
|
* Support for redeploying certificates.Andrew Butcher2016-08-111-4/+5
|
* Ansible 2.1 support.Andrew Butcher2016-06-071-4/+8
|
* Extend multiple login provider check to include origin.Andrew Butcher2016-05-231-4/+13
|
* Allow multiple login providers post 3.2.Andrew Butcher2016-05-231-4/+5
|
* Port lookup plugins to ansible v2.Andrew Butcher2016-04-261-0/+2
|
* Merge pull request #1726 from detiber/htpasswd_usersJason DeTiberus2016-04-261-1/+22
|\ | | | | Add support for setting identity provider custom values
| * Add support for setting identity provider custom valuesJason DeTiberus2016-04-251-1/+22
| | | | | | | | | | | | | | - htpasswd users - ldap ca file - openid ca file - request_header ca file
* | port filter_plugins to ansible2Tobias Florek2016-04-251-1/+5
|/
* Fix mappingMethod option in identity provider.Andrew Butcher2016-04-141-1/+1
|
* Attempt to fix error validating when extraScopes and ↵Jason DeTiberus2016-03-111-7/+6
| | | | extraAuthorizeParameters are not present
* Synchronize master kube configsAndrew Butcher2016-02-261-1/+30
|
* Add organizations attribute to github identity providerJason DeTiberus2016-02-101-7/+20
| | | | - also fix location of mappingMethod in identityProviders config
* Test validate_pcs_cluster input is basestring instead of str.Andrew Butcher2016-01-211-2/+2
|
* Validate pacemaker cluster members.Andrew Butcher2016-01-121-1/+27
|
* openshift_facts validationAndrew Butcher2016-01-041-29/+1
|
* Secrets validation.Andrew Butcher2016-01-041-1/+28
|
* Fix validation for BasicAuthPasswordIdentityProviderDaniel Tschan2015-12-011-2/+2
|
* Refactor master identity provider configurationJason DeTiberus2015-11-231-0/+469
- Remote template in favor of a filter plugin - Add additional validation for identity provider config - Add mappingMethod attribute for identity providers, default to 'claim'