Skip to content

Commit

Permalink
chore(dependencies): Manual bump korkVersion to 7.21.0 (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
marchello2000 authored Feb 26, 2020
1 parent 366f60f commit b8e775a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import com.netflix.spinnaker.fiat.model.resources.Resource
import com.netflix.spinnaker.fiat.model.resources.ResourceType
import com.netflix.spinnaker.fiat.model.resources.Role
import com.netflix.spinnaker.fiat.model.resources.ServiceAccount
import com.netflix.spinnaker.kork.common.Header
import com.netflix.spinnaker.security.AuthenticatedRequest
import org.slf4j.MDC
import org.springframework.security.core.context.SecurityContextHolder
Expand Down Expand Up @@ -155,8 +156,8 @@ class FiatPermissionEvaluatorSpec extends FiatSharedSpecification {
@Unroll
def "should support legacy fallback when fiat is unavailable"() {
given:
MDC.put(AuthenticatedRequest.Header.USER.header, "fallback")
MDC.put(AuthenticatedRequest.Header.ACCOUNTS.header, "account1,account2")
MDC.put(Header.USER.header, "fallback")
MDC.put(Header.ACCOUNTS.header, "account1,account2")

when:
def permission = evaluator.getPermission("testUser")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Jan 28 20:41:47 UTC 2020
enablePublishing=false
korkVersion=7.15.1
korkVersion=7.21.0
spinnakerGradleVersion=7.1.1
includeProviders=file,github,google-groups,ldap
org.gradle.parallel=true

0 comments on commit b8e775a

Please sign in to comment.