Skip to content

akeylesstyree/custom-dynamic

Repository files navigation

Akeyless Custom Server Kustomize Patches

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.

Reference

Usage

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.

Usage with Kustomize to view the output

kustomize build .

Usage with Kustomize to apply the output

kustomize build . | kubectl apply -f -

Usage with Kustomize to apply the output with a dry-run

kustomize build . | kubectl apply -f - --dry-run=client

Usage with kubectl to apply the kustomize output

kubectl apply -k .

License

Apache 2.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages