You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the yq snap does not allow connecting to the removable-media snapd interface slot, making it unable to process YAML documents under /mnt or /media paths using the regular syntax even if the user wanted to.
By making the plug declaration snap users can optionally allows the snap to do so, expect a pull request to be filed soon.
Version of yq: 4.33.1
Operating system: linux
Installed via: snap
Input Yaml
/mnt/data1.yml:
any: yaml file should do
Command
The command you ran:
yq e '.any' /mnt/data1.yml
Actual behavior
Error: open /mnt/data1.yml: permission denied
Expected behavior
yaml file should do
The text was updated successfully, but these errors were encountered:
…ikefarah#1618)
Allow snap users to process YAML documents under /media or /mnt paths after connecting to the `removable-media` snapd slot:
```
sudo snap connect yq :removable-media
```
Fixesmikefarah#1618.
…1618) (#1619)
Allow snap users to process YAML documents under /media or /mnt paths after connecting to the `removable-media` snapd slot:
```
sudo snap connect yq :removable-media
```
Fixes#1618.
Describe the bug
Currently the yq snap does not allow connecting to the
removable-media
snapd interface slot, making it unable to process YAML documents under /mnt or /media paths using the regular syntax even if the user wanted to.By making the plug declaration snap users can optionally allows the snap to do so, expect a pull request to be filed soon.
Version of yq: 4.33.1
Operating system: linux
Installed via: snap
Input Yaml
/mnt/data1.yml:
Command
The command you ran:
Actual behavior
Expected behavior
yaml file should do
The text was updated successfully, but these errors were encountered: