Replies: 1 comment
-
If you are running Dex with the official container image, you can use env variables to pass hashes like in the following example |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
![image](https://private-user-images.githubusercontent.com/99893515/247015673-05f37a82-f0ae-43ae-93fb-8b9240a95908.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNjk0ODMsIm5iZiI6MTczOTI2OTE4MywicGF0aCI6Ii85OTg5MzUxNS8yNDcwMTU2NzMtMDVmMzdhODItZjBhZS00M2FlLTkzZmItOGI5MjQwYTk1OTA4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDEwMTk0M1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPThkODUxOTUxYzM5MjcyZjViOGIxZjU1Y2YyMTQ1ZmU0MjllMDQ1MmQzNTMzNDExMTdkNThhYjllNjc2NWJlZTMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.pz6SOojjqCriPiCcH_4bpIXqWAxOjnE030_RvfqFR-A)
I am looking to generate hashPassword dynamically using bash script which executes a python script inside it and store a value in some variable. Wanted to know how can I pass this variable value to config-map.yaml?
Beta Was this translation helpful? Give feedback.
All reactions