-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request juju#17362 from ycliuhw/fix-secret-ci
juju#17362 This PR fixes two bugs, and a few secret-related bash test fixes: - fix UpdateUserSecret secret service method to support for updating secret metadata (config autoprune for example); - convert the secreterrors.SecretAccessScopeNotFound to apiservererrors.ErrPerm in GetSecretAccessScope facade method because the existing client side does not handle this error and also the permission denied error makes more sense for users. After this PR landed, below test should be fixed: - test-secrets_iaas-test-secrets-cmr-lxd - test-secrets_iaas-test-secrets-juju-lxd - test-secrets_iaas-test-secrets-vault-lxd - test-secrets_k8s-test-user-secrets-microk8s
- Loading branch information
Showing
3 changed files
with
37 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters