osc-cli
osc-cli copied to clipboard
Official Outscale CLI providing connectors to Outscale API.
Test without venv in centos7 and in docker python3.9.3 also. Version: v1.7.1 Python3: 3.9.3 Config: ``` {"default": {"access_key": "ak", "secret_key": "sk", "host": "outscale.com:443", "https": true, "method": "POST", "region_name": "eu-west-2" }...
Hi, One osc-cli user reached me about a bug we may have in signature process: ``` osc-cli --profile profile fcu DescribeVolumes --Filter '[{"Name":"volume-id", "Value":"vol-082158a8 test"}]' ``` The space (" ")...
problem is that I can't properly test that osc-cli work in brew formula: brew create a temporary test directory for tmp files, but doesn't sandbox the whole filesystem, so creating...
If no configuration has been found (no file, no env variables, no args), osc-cli could ask the user his credentials and region to generate a config file
osc-cli allows users to specify certificate options to establish API connection (using API Access Rules and Client Certificates). Users using a smart card / smart key would love to be...
As a osc-cli user, for compliance reasons, I must: - Use ephemeral Access Keys (AK with a lifetime limit which could be pretty short e.g. 1 hour) - Not store...
Hi, An option like `--interactive` could prompt for credentials (login, passphrase, Access Key, Secret Key, ...) when configuration is missing either from env variables, config file or command line parameters....
Now we just handle the new folder with `.osc/config.json` but we need to be compatible with the new `config.json`standard: ```json { "default": { "access_key": "F4K4T706S9XKGEXAMPLE", "secret_key": "E4XJE8EJ98ZEJ18E4J9ZE84J19Q8E1J9S87ZEXAMPLE", "x509_client_cert": "/etc/secret/client.crt", "x509_client_key":...
Hi, this issue topic is about renaming osc_sdk to osc_cli. As I understand that osc-cli code can eventually be used as a python SDK, the actual situation has several drawbacks:...
Context: Oapi does not give all the informations on error like aws-cli or osc-cli does even though we need it. Problem: Error code AWS Ec2 Command used: ``` aws ec2...