This repo contains a set of kustomize patches for the Akeyless Custom Server designed for custom dynamic and rotated secrets. The patches make using the Akeyless Custom Server with kustomize much easier in that you only need to specify the script you want to use and the rest is taken care of for you.
- Akeyless Custom Rotated Secret
- Akeyless Custom Dynamic Secret
- Kustomize Patches
- Akeyless Custom Server
Edit the kustomization.yml file to enable the correct script or create your own version of the repo by pressing the "Use this template" button and then add your own script(s) into your own repo.
Be sure to set the GW_ACCESS_ID to be the admin access ID of the Akeyless Gateway you want to be allowed to call this custom server.
kustomize build .
kustomize build . | kubectl apply -f -
kustomize build . | kubectl apply -f - --dry-run=client
kubectl apply -k .