Dimitri John Ledkov
Dimitri John Ledkov
> > Jumping in here a little... I checked with my organization's developers and apparently the `expect` library is needed by the https://www.npmjs.com/package/jest?activeTab=readme `Jest` NPM library. Nearly all of our...
This should be resolved by https://github.com/wolfi-dev/os/pull/26492 once that is merged, will do a bump/rebuild of apache-arrow
also to check oci terraform provider; and also to check that all existing triggers in wolfi are non-failing, as they will start to be executed for the first time.
> @xnox please merge #295 Hi, I am not upstream developer of Aiven-Open. The commits and PRs you see referenced simply rebuild this plugin for 2.18.0.0 without any other changes...
This was fixed a long time ago, in a galaxy far away, thanks!
a cred helper just needs to emit json for ServerURL Username Secret, it can be a shell script that echos that. the most trivial private registry is like k3d registy...
for webui - provide input field for a token - ask users to run the credhelper locally to get the json - copy-paste json, and use it Basically a slightly...
Tokens can be valid for like 1h, 6h, or be long lived - for example a year. Thus when client sends a token, the daemon can store it, and keep...
> This then outputs a JSON with two fields: > > * Username > * Secret it should be three fields... it should be ServerURL too. Note that even with...
> the helper doesn't provide a URL in its response Cute! Will check code of other helpers and maybe provide sample outputs, as unit test cases.