Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jorritfolmer committed Jan 29, 2016
1 parent 5c1baf8 commit aa0956f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,8 @@ On the ADFS side:
![ADFS show all claim rules for Splunk](adfs_claim_rules.png)

1. import the Splunk Root CA (/opt/splunk/etc/auth/cacert.pem) in the Trusted Root Certificates store of the Windows server,
1. `Set-ADFSRelyingPartyTrust -TargetIdentifier host10.testlab.local -EncryptionCertificateRevocationCheck none`
1. `Set-ADFSRelyingPartyTrust -TargetIdentifier host10.testlab.local -SigningCertificateRevocationCheck none`
1. If you're using your own certificates: `Set-ADFSRelyingPartyTrust -TargetIdentifier host10.testlab.local -EncryptionCertificateRevocationCheck none`
1. If you're using your own certificates: `Set-ADFSRelyingPartyTrust -TargetIdentifier host10.testlab.local -SigningCertificateRevocationCheck none`
1. `Set-ADFSRelyingPartyTrust -TargetIdentifier host10.testlab.local -EncryptClaims $False`
1. `Set-ADFSRelyingPartyTrust -TargetIdentifier host10.testlab.local -SignedSamlRequestsRequired $False`, otherwise you'll find messages like these in the Windows Eventlog: `System.NotSupportedException: ID6027: Enveloped Signature Transform cannot be the last transform in the chain.`

Expand Down
6 changes: 3 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jorritfolmer-splunk",
"version": "1.0.6",
"version": "1.0.7",
"author": "Jorrit Folmer",
"summary": "Deploy Splunk instances into any imaginable topology, distributed or clustered.",
"license": "MIT",
Expand Down Expand Up @@ -29,11 +29,11 @@
"requirements": [
{
"name": "pe",
"version_requirement": ">= 2.7 < 2015.3.0"
"version_requirement": ">= 2.7 <= 2015.3.0"
},
{
"name": "puppet",
"version_requirement": ">= 2.7.1 < 5.0.0"
"version_requirement": ">= 2.7.1 <= 4.3.2"
}
],
"tags": ["splunk", "splunkforwarder"]
Expand Down

0 comments on commit aa0956f

Please sign in to comment.