Skip to content

Commit

Permalink
refac(back): fluidattacks#1378 deprecate rbacpolice
Browse files Browse the repository at this point in the history
- Deprecate secure k8s with rbacpolice
as we already perform this process via machine
and rbacpolice is not being maintained anymore
- Remove documentation

Signed-off-by: Daniel Salazar <[email protected]>
  • Loading branch information
dsalaza4 committed Dec 12, 2024
1 parent 907e7d5 commit 1c2b0bd
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 175 deletions.
1 change: 0 additions & 1 deletion docs/mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ nav:
- api/builtins/lint.md
- api/builtins/performance.md
- api/builtins/secrets.md
- api/builtins/security.md
- api/builtins/test.md
- api/builtins/utilities.md
- extensions:
Expand Down
66 changes: 0 additions & 66 deletions docs/src/api/builtins/security.md

This file was deleted.

2 changes: 0 additions & 2 deletions src/args/agnostic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ let
patchShebangs = import ./patch-shebangs/default.nix self;
pythonOverrideUtils = import ./python-override-utils/default.nix;
inherit (__nixpkgs__.lib) removePrefix;
secureKubernetesWithRbacPolice =
import ./secure-kubernetes-with-rbac-police/default.nix self;
sortAscii = builtins.sort (a: b: a < b);
sortAsciiCaseless = builtins.sort
(a: b: __nixpkgs__.lib.toLower a < __nixpkgs__.lib.toLower b);
Expand Down
38 changes: 0 additions & 38 deletions src/args/secure-kubernetes-with-rbac-police/default.nix

This file was deleted.

32 changes: 0 additions & 32 deletions src/args/secure-kubernetes-with-rbac-police/entrypoint.sh

This file was deleted.

1 change: 0 additions & 1 deletion src/evaluator/modules/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
(import ./secrets-for-gpg-from-env/default.nix args)
(import ./secrets-for-kubernetes-config-from-aws/default.nix args)
(import ./secrets-for-terraform-from-env/default.nix args)
(import ./secure-kubernetes-with-rbac-police/default.nix args)
(import ./taint-terraform/default.nix args)
(import ./test-license/default.nix args)
(import ./test-terraform/default.nix args)
Expand Down

This file was deleted.

0 comments on commit 1c2b0bd

Please sign in to comment.