programs.awscli.credentials
Home-Manager option
Configuration written to $HOME/.aws/credentials. For security reasons, never store cleartext passwords here. We recommend that you use credential_process option to retrieve the IAM credentials from your favorite password manager during runtime, or use AWS IAM Identity Center to get short-term credentials. See https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-authentication.html.
type: open submodule of attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))Default
{ }Example
declared in: <home-manager/modules/programs/awscli.nix>source unavailable{ "default" = { "credential_process" = "${pkgs.pass}/bin/pass show aws"; }; };