Skip to content
Snippets Groups Projects
Select Git revision
  • 71d997a6b00a80fceddb109ad67ae5e3c8d2b668
  • master default
2 results

credentials.j2

Blame
  • credentials.j2 230 B
    # vim: ft=cfg
    [shore]
    aws_access_key_id = {{ run(["ph", "show", "--field", "UserName", "shore.co.il/AWS CLI"])["stdout"] }}
    aws_secret_access_key = {{ run(["ph", "show", "--field", "Password", "shore.co.il/AWS CLI"])["stdout"] }}