harness / gitness

Gitness is an Open Source developer platform with Source Control management, Continuous Integration and Continuous Delivery.
https://gitness.com
Apache License 2.0
31.96k stars 2.79k forks source link

Provide configurable legal pages (privay, terms) instead of hardcoded links to harness.io #3448

Open td-1 opened 6 months ago

td-1 commented 6 months ago

https://github.com/harness/gitness/blob/80f91c24086e093e590c0bc1d04da21f2f89b411/web/src/pages/SignIn/SignIn.tsx#L117C1-L117C1

On signing in (on my local instance) it is needed to agree to harness terms of use and privacy policy (hard coded). I assume that harness.io doesn't want to be responsible for foreign custom instances as mentioned in the "accepted" policy ;-) . Hence I'd like to suggest custom configurable pages as well as customizable links instead.

The same occurs to the Sign Up page.