Nguyen Van Duc

Results 1 issues of Nguyen Van Duc

## Run ``` import hvac client = hvac.Client(url='https://127.0.0.1:8200') client.secrets.transit.create_key(name='hvac-key', key_type='aes128-gcm96') ``` --> Raise `exceptions.ParamValidationError: invalid key_type argument provided "aes128-gcm96", supported types: "aes256-gcm96, chacha20-poly1305, ed25519, ecdsa-p256, ecdsa-p384, ecdsa-p521, rsa-2048, rsa-3072, rsa-4096",...