install icon indicating copy to clipboard operation
install copied to clipboard

Create k8s token randomly for Vagrantfile

Open neelimamukiri opened this issue 8 years ago • 1 comments

neelimamukiri avatar Jun 21 '17 21:06 neelimamukiri

If you just need some random alphanumeric (lowercase) characters:

require "securerandom"

token = SecureRandom.hex(16)

dseevr avatar Jun 27 '17 18:06 dseevr