Hello, I am attempting to build out some custom integrations, however I am unable to find an example of authentication where it does not require a human to input anything at runtime. The custom integration that will be using this module will be running in a container on kubernetes and having a documented way to provide the creds dynamically without requiring human interaction would be very helpful.
In Keeper Commander you can do this by passing in the creds and parsing it into KeeperParams, in this "SDK" correct me if I'm wrong, I'm not seeing offhand a similar class or method to do this which I thought was the whole point of the SDK being created so that it can be implemented in fully automated solutions vs having human inputs like Keeper Commander.
Hello, I am attempting to build out some custom integrations, however I am unable to find an example of authentication where it does not require a human to input anything at runtime. The custom integration that will be using this module will be running in a container on kubernetes and having a documented way to provide the creds dynamically without requiring human interaction would be very helpful.
In Keeper Commander you can do this by passing in the creds and parsing it into KeeperParams, in this "SDK" correct me if I'm wrong, I'm not seeing offhand a similar class or method to do this which I thought was the whole point of the SDK being created so that it can be implemented in fully automated solutions vs having human inputs like Keeper Commander.