mirror of
https://github.com/portainer/portainer.git
synced 2025-08-08 15:25:22 +02:00
feat(psp): kubernetes pod security policy EE-1577 (#6553)
* docs(github): fix slack link [EE-2438] (#6541) Co-authored-by: Chaim Lev-Ari <chiptus@users.noreply.github.com> Co-authored-by: cheloRydel <marcelorydel26@gmail.com> Co-authored-by: Chao Geng <93526589+chaogeng77977@users.noreply.github.com> Co-authored-by: chaogeng77977 <chao.geng@portainer.io>
This commit is contained in:
parent
ae731b5496
commit
912250732a
6 changed files with 85 additions and 1 deletions
|
@ -29,4 +29,5 @@ export enum FeatureId {
|
|||
STACK_PULL_IMAGE = 'stack-pull-image',
|
||||
STACK_WEBHOOK = 'stack-webhook',
|
||||
CONTAINER_WEBHOOK = 'container-webhook',
|
||||
POD_SECURITY_POLICY_CONSTRAINT = 'pod-security-policy-constraint',
|
||||
}
|
||||
|
|
|
@ -34,6 +34,7 @@ export async function init(edition: Edition) {
|
|||
[FeatureId.STACK_PULL_IMAGE]: Edition.BE,
|
||||
[FeatureId.STACK_WEBHOOK]: Edition.BE,
|
||||
[FeatureId.CONTAINER_WEBHOOK]: Edition.BE,
|
||||
[FeatureId.POD_SECURITY_POLICY_CONSTRAINT]: Edition.BE,
|
||||
};
|
||||
|
||||
state.currentEdition = currentEdition;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue