-
Re: How to connect to HTTPS DSS
On a DSSClient instance, you can disable SSL certificate verification (not recommended) like this: client._session.verify = False1 · -
Re: Git Lock Issue
Try restarting DSS. If it does not fix the issue: * Stop DSS * Remove /home/dataiku/dss/config/projects/PROJECTKEY/.git/index.lock * Start DSS again1 · -
Re: Change webapp IDE default indent spaces?
Hi, When logged into DSS, click the top-right icon (user center), then the small gears (profile and settings). Scroll down to the Code editor section, and there are a few settings including for tab.1 · -
Re: Customise code recipe defaults
Additionally, you can add code samples (snippets) from the top-right corner of the code recipe editor.1 · -
Re: BUG: Dataiku login sending password without hash
Hi skandagn, I see 2 aspects to consider in your question: * Salting and hashing local user account passwords: DSS does that (for DSS-managed accounts, i.e. when you don't use LDAP/SSO since in …1 ·