Skip to content

Commit

Permalink
Merge pull request juju#13835 from wallyworld/snap-desktop-interface
Browse files Browse the repository at this point in the history
[JUJU-745] Add desktop plug to juju snap
  • Loading branch information
wallyworld authored Mar 15, 2022
2 parents 58b0fbe + e8230f2 commit d226b24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ description: |
- https://discourse.charmhub.io/
- https://github.com/juju/juju
** Note **
**Note**
This snap needs to read any relevant locally stored cloud credentials in order to manage resources on your behalf in a specified cloud.
confinement: classic
Expand Down Expand Up @@ -51,6 +51,8 @@ apps:
- dot-oracle
# Needed so that arbitrary cloud/credential yaml files can be read and backups written.
- home
# Needed to that SSO via the web browser can work.
- desktop
fetch-oci:
daemon: oneshot
command: wrappers/fetch-oci
Expand Down

0 comments on commit d226b24

Please sign in to comment.