Skip to content

bakalor/anchore-engine-openshift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

anchore-engine-openshift

OpenShift Template for Anchore Engine deployment.

Due to a type of operations which engine performs (e.g. extracting filesystem with subsequent mknod call) it requires escalated oc policies attached to sa.

Please keep in mind that it is not recommended to use such privileged sa

Easiest way to create appropriate SA:

oc project [namespace]
oc create sa anchore-engine
oc export scc anyuid > anyuid-scc-anchore-engine.yaml

remove explicit policy restrcitions
remove users
change scc name

oc create -f anyuid-scc-anchore-engine.yaml
oc adm policy add-scc-to-user anyuid-anchore-engine system:serviceaccount:[namespace]:anchore-engine

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published