gray-ocean-62145
05/31/2023, 11:05 AMclientSecret
and corresponding clientSecretHash
define here ? Or if there is a recommended way to generate these?average-finland-92144
05/31/2023, 8:01 PMthankful-minister-83577
thankful-minister-83577
thankful-minister-83577
thankful-minister-83577
average-finland-92144
06/01/2023, 4:43 PMpip install bcrypt && python -c 'import bcrypt; import base64; print(base64.b64encode(bcrypt.hashpw("<your_client-secret>".encode("utf-8"), bcrypt.gensalt(6))))'
gray-ocean-62145
06/02/2023, 12:12 PMgray-ocean-62145
06/12/2023, 2:25 PMflyte-the-hard-way
repo with the auth setup if that would be helpful?average-finland-92144
06/12/2023, 2:37 PMkubectl get ingress -n <your-namespace>
?gray-ocean-62145
06/12/2023, 3:01 PMgray-ocean-62145
06/12/2023, 3:01 PM