Skip to content

No need to run sesictrl login #17

@johanboekhoven

Description

@johanboekhoven

If you setup hserver.ini correctly with the APIKey=CLIENT_ID CLIENT_SECRET in your local folder and something like this example where I assume the client_id and secret are ENV variables.

RUN echo "serverhost=$SESINETD" > ~/.sesi_licenses.pref
RUN mkdir -p /root/.local/share/sidefx/ 
RUN echo "APIKey=${CLIENT_ID} ${CLIENT_SECRET}" > /root/.local/share/sidefx/hserver.ini

This assumes user is root

At this point hython simply works, no need to sesictrl login, hython will start hserver and hserver will find the api keys and license server host.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions