corneliusweig / rakkess

Review Access - kubectl plugin to show an access matrix for k8s server resources
Apache License 2.0
1.3k stars 56 forks source link

Allow arbitrary verbs in the resource subcommand #32

Closed corneliusweig closed 5 years ago

corneliusweig commented 5 years ago

PodSecurityPolicies usually have a ClusterRole with verb "use". As the verbs in clusterroles is arbitrary anyway, it is now allowed to evaluate for arbitrary words.

Close #30.

codecov-io commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@1df34c4). Click here to learn what that means. The diff coverage is 50%.

Impacted file tree graph

@@           Coverage Diff            @@
##             master     #32   +/-   ##
========================================
  Coverage          ?   73.3%           
========================================
  Files             ?      15           
  Lines             ?     487           
  Branches          ?       0           
========================================
  Hits              ?     357           
  Misses            ?     103           
  Partials          ?      27
Impacted Files Coverage Δ
pkg/rakkess/client/result/subject.go 92.5% <ø> (ø)
pkg/rakkess/validation/validation.go 75% <50%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1df34c4...b4dd597. Read the comment docs.