
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
github.com/optum/stash
Thanks for your interest in Optum’s Stash project! Unfortunately, we have moved on and this project is no longer actively maintained or monitored by our Open Source Program Office. This copy is provided for reference only. Please fork the code if you are interested in further development. The project and all artifacts including code and documentation remain subject to use and reference under the terms and conditions of the open source license indicated. All copyrights reserved.
This is for the demo.
Stash is a minimalistic web based file store. Anyone is welcome to contribute to or use this software.
A valid installation of golang is required to run Stash.
Running scripts may require running:
chmod 775 .
Stash will probably work on any Kubernetes installation.
While ./openshift-run is useful for quick iterations, first time setup should be done with:
./build
oc new-build --binary=true --name=stash -l app=stash
oc start-build stash --from-dir=. --follow=true
oc new-app -i stash -l app=stash
oc expose svc/stash
Attaching a persistent volume claim to the deployment config in OpenShift or Kubernetes at the directory "/resources/persistence", files will survive a pod restart. The persistent volume claim must allow for read and write access.
A DELETE api call will remove files once they have been added to the stash. If a file named "foo.txt" is in the stash, a DELETE call to /resources/persistent/foo.txt will remove it.
By default, any DELETE api call can delete files in the stash. Setting an environment variable "TOKEN" will require DELETE requests to have a header with key "token" associated to them.
Sometimes you just need a simple file store.
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.