Skip to content

Awskeyring Config file

Tristan Morgan edited this page Nov 18, 2020 · 1 revision

The config file

There is not a lot to it but there is a couple of things you can tweak in the config file for Awskeyring.

{
  "awskeyring": "awskeyring",
  "browser":    ["FireFox", "Google Chrome", "Safari"],
  "console":    ["ec2/v2", "cloudwatch", "iam"],
  "keyage":     90
}
  1. The first field is the Keychain that your keys are being saved to.
  2. A list of your browsers to use the console with.
  3. The next is the list of your favourite AWS Console pages you'd like to access with autocomplete.
  4. The last is the number of days after which you'd like to be notified about thee keys getting old.
Clone this wiki locally