apache / openserverless

Apache OpenServerless
https://openserverless.apache.org
Apache License 2.0
23 stars 13 forks source link

[OPERATOR] Add the external S3 API URL into user metadata #64

Closed francescotimperi closed 1 month ago

francescotimperi commented 1 month ago

Currently OpenServerless users metadata contains various variables S3_* used to provide access to the use web and data buckets from within actions, but there is no variable used to extract the URL to access the S3 compatible API exposed by the Operator.

Update the operator deployment to provide a S#_API_URL containing the base URL to be used to operate on the respective buckets outside of action running within the Kubernetes cluster.

This variable can be used, for instance, to implement olaris tasks as the òps web upload` command.

francescotimperi commented 1 month ago

This feature has been implemented in OpenServerless operator