Kian Parvin
Kian Parvin
Recreates PR #16884 This PR introduces a plug into Juju CLI's Snap, allowing it to be connected to a JAAS snap that will be used to extend the Juju CLI...
**Please check if the PR fulfills these requirements** - [x] The commit message follows our [guidelines](https://github.com/get-woke/woke/blob/main/CONTRIBUTING.md) - [x] Tests for the changes have been added (for bug fixes / features)...
Thank you for creating the issue! - [x] Yes, I've searched similar issues on GitHub and didn't find any. - [x] Yes, I've included all information below (version, config, etc)....
### Bug Description The prometheus-k8s charm was working fine until suddenly it went into an error state with message "hook failed: update-status". The charm logs are reporting a permission error...
This PR fixes an issue that prevented CLI users interacting with JAAS from running `juju debug-log`. Running `juju debug-log` does the following: 1. Connects to the Juju controller at `/model//api`...
This PR partially reverts a change introduced in #17451, where CLI specific login providers were moved to an internal package. The problem with this change is that JAAS uses/imports the...
At bootstrap time, the config option `login-token-refresh-url` can be set to make a controller retrieve a JWKS (JSON web key set) used for validating that JWT tokens received via login...
### What needs to get done c/p from https://forum.snapcraft.io/t/snapcraft-should-fail-or-warn-when-using-a-stage-snap-with-different-base/21228 >When using a stage snap that has a different base (i.e. building a base: core18 nodejs snap using node from the...
**Description:** I'd like to propose a new input to the action to enable skipping cache saves but maintaining the ability to restore an existing cache. Something like `skip-cache-save`. **Justification:** We...
**Describe the bug** I am encountering the following error when trying to launch an image too quickly after installing Multipass. ``` launch failed: Remote "release" is unknown or unreachable. If...