Germán Moltó

Results 10 issues of Germán Moltó

Attempting to remove a SCAR function that involves a non-existent S3 bucket or Log Group results in the function not being deleted: ```sh $ scar rm -n scar-lambda-darknet The requested...

Trying to upload a non-existent file through `scar put` yields the following error: ``` There was an unmanaged exception in upload_file ``` while the `$HOME/.scar/scar.log` file clearly indicates the error:...

enhancement

I hit the 24-KB limit when defining a script to be executed in AWS Batch. We could workaround this by supporting an input sandbox of files that is specified in...

enhancement

Initializing a SCAR function triggers the creation of the input S3 bucket (defined in the YAML) and the creation of the `input` folder, which results in triggering the s3:ObjectCreated event...

Attempting to run a SCAR function out of the [knickers/imagemagick](https://hub.docker.com/r/knickers/imagemagick/tags/) results in the following error: /tmp/home/.udocker/containers/0da3a78f-7472-3662-98a4-ea8dba881df8/ROOT/bin/dash: /tmp/home/.udocker/containers/0da3a78f-7472-3662-98a4-ea8dba881df8/ROOT//lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /tmp/home/.udocker/lib/libfakechroot-x86_64.so) The Docker image is based on...

When deploying a multi-node infrastructure with the IM on AWS, different keypairs are created for the different VMs of the same infrastructure. It would be convenient to create a single...

enhancement
P2

### Describe the solution you'd like Currently, an OSCAR cluster with multi-tenancy support is integrated with one or several EGI-based Virtual Organizations (VOs). Therefore, all the members of the VO...

enhancement

### Describe the solution you'd like The OpenAPI specification at https://docs.oscar.grycap.net/api/ does not show that token-based authentication is possible for operations such as GET /system/services ### A clear and concise...

### Describe the solution you'd like Currently, an OSCAR service can be created out of an arbitrary Docker image from a repository. The owner of the OSCAR cluster may want...

enhancement

### Expected Behavior The local deployment approach: ```curl -sSL http://go.oscar.grycap.net | bash``` should correctly detect Docker in macOS. ### Actual Behavior Executing ```curl -sSL http://go.oscar.grycap.net | bash``` throws the error...