-
@smarru How can I monitor the Airavata side of submitted jobs?
Would this be through https://scigap.org ?
-
Related to the discussion going in https://github.com/apache/airavata-mft/issues/93#issuecomment-1496242557. Presently the connection failures to MFT service from the CLI throw a StatusCode.UNAVAILABL…
-
M1 Macbook Pro with MacOS 13.2.1
```
$ mkdir AIR
$ cd AIR
$ python3.10 -m venv venv
$ source venv/bin/activate
(venv) $ pip3 install airavata-mft-cli
Collecting airavata-mft-cli
Using cach…
-
Sometimes a user's password needs to be updated before they can login, such as during a user migration from one backend to another when the stored password can't also be migrated. An API method that w…
-
-
Currently, bare-metal Custos servers do not have log rotation implemented
-
-
Getting users from the username API call doesn't work in the stage and development stacks. This works in the production stack.
Request:
curl -k -X GET -H "Authorization: Bearer $TKN" -H "Content-…
-
- Examine existing helm charts
- Figure out the best strategy to develop Custos operators to deploy those microservices (Helm operator might help)
- Operators should be able to deploy Custos microse…
-
currently, this API only accepts new passwords and usernames. But, we need to create a password renewal policy to avoid unauthorized password changes.