We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This method/API endpoint is deprecated.
GetSecretByName usage is now deprecated. Scaleway recommends that you use the ListSecrets request with the name filter.
ListSecrets
name
I guess it would mean changing:
secret = api.get_secret_by_name(secret_name=name, region=region)
To:
secret = api.list_secrets(name=name, region=region)
Also, the scaleway_secret_version module should support the path argument, so that we can retrieve a secret with the same name, and a different path.
scaleway_secret_version
path
The text was updated successfully, but these errors were encountered:
Laure-di
No branches or pull requests
This method/API endpoint is deprecated.
I guess it would mean changing:
To:
Also, the
scaleway_secret_version
module should support thepath
argument, so that we can retrieve a secret with the same name, and a different path.The text was updated successfully, but these errors were encountered: