voxpupuli / puppet-rundeck

Module for managing the installatation and configuration of the rundeck orchestration tool
https://forge.puppet.com/puppet/rundeck
MIT License
39 stars 129 forks source link

Fix preauth config for legacy setups #390

Closed philippeganz closed 4 years ago

philippeganz commented 6 years ago

Pull Request (PR) description

Preauth config will use only the populated values for userNameHeader, userRolesHeader, redirectLogout, and redirectUrl.

This Pull Request (PR) fixes the following issues

Fixes #375

bastelfreak commented 6 years ago

Hi @philippeganz, thanks for the fix. Can you take a look at #393? That one needs to be merged first to fix the acceptance tests.

dhoppe commented 5 years ago

@philippeganz Could please do a rebase? This pull request is tested against old versions of Puppet. For example, we dropped support for Puppet 4 two months ago.

bastelfreak commented 5 years ago

Hi @philippeganz, can you please take a look at the failing spec tests?

philippeganz commented 4 years ago

Replaced by PR439