Skip to content

Commit

Permalink
Changes authorino version to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaferson committed Jan 19, 2022
1 parent 75ee12c commit c9c6f90
Show file tree
Hide file tree
Showing 6 changed files with 626 additions and 184 deletions.
2 changes: 1 addition & 1 deletion api/v1beta1/authorino_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const (
DefaultOidcTlsCertPath string = "/etc/ssl/certs/oidc.crt"
DefaultOidcTlsCertKeyPath string = "/etc/ssl/private/oidc.key"

AuthorinoVersion string = "latest"
AuthorinoVersion string = "v0.7.0"

// Status reasons
AuthorinoProvisioningReason = "Provisioning"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ metadata:
creationTimestamp: null
name: authorino-manager-role
rules:
- apiGroups:
- authentication.k8s.io
resources:
- tokenreviews
verbs:
- create
- apiGroups:
- authorino.kuadrant.io
resources:
Expand All @@ -30,12 +24,6 @@ rules:
- get
- patch
- update
- apiGroups:
- authorization.k8s.io
resources:
- subjectaccessreviews
verbs:
- create
- apiGroups:
- coordination.k8s.io
resources:
Expand Down
Loading

0 comments on commit c9c6f90

Please sign in to comment.