Skip to content
New issue

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

Fix issue 346: Do not require permissions on the controller model to deploy an application. #353

Merged
merged 2 commits into from
Dec 6, 2023

Commits on Dec 5, 2023

  1. A better way to find the controller version.

    The old way failed when a juju user without permissions for the
    controller model used a plan to deploy an application. It also
    created an additional connection and client, which with the new
    method are not needed.
    
    Leaving the controller version off the application client is not a
    problem as a new client is created for all terraform plans/applies.
    It will be found new each time.
    hmlanigan committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    f424128 View commit details
    Browse the repository at this point in the history
  2. Fix test.

    Postgresql charm in the default channel supports 22.04 only. Specify the
    lastest/stable channel to find other versions of ubuntu.
    hmlanigan committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    e97c75d View commit details
    Browse the repository at this point in the history