Skip to content

0.9.14: RDS IAM Authentication

Compare
Choose a tag to compare
@uptickmetachu uptickmetachu released this 23 Jan 01:06
· 199 commits to develop since this release

Changes:

  • gitops db.pgcli or gitops db.proxy now works with RDSIAm Authentication. Given a postgres url without a password, gitops will now attempt to generate a password via AWS RDS IAM Authentication.

For example: gitops db.pgcli postgres://some_user@some_db.***.ap-southeast-2.rds.amazonaws.com/postgres

This is a forward compatible change, connecting via a connection string with the password is still doable.

  • gitops bump {{app_name}} will work even if the app does not specify a prefix. Previously each app required a prefix in order to search AWS ECR for the latest image. Gitops will now parse the ecr-repository and attempt to fetch the latest image if a prefix is not found.

In the following example; the app does not include a prefix in the image-tag portion of the name but is still bumpable via gitops bump some_app

chart: https://github.com/uptick/uptick-django-chart@main
images:
  template: *****.dkr.ecr.ap-southeast-2.amazonaws.com/some_app:{tag}
image-tag: 5b1bc1f