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
Secrets imported in a multi-level folder structure are not accessible beyond the three level. When importing a secret through successive levels of folders, the secret is visible at the first and second levels but disappears at the third level and beyond.
To Reproduce
Steps to reproduce the behavior:
Create project with 4 level structure for example:
/ (root)
/level1
/level2
/level3
Create secret on / (root) folder.
Import secret on level1 from / (root)
Import secret on level2 from /level1
Import secret on level3 from /level2
Observed Behavior:
The secret is visible in level1 when imported from the root.
The secret is visible in level2 when imported from level1.
The secret is not visible in level3 or any deeper levels when imported from level2.
Expected behavior
Secrets should propagate correctly through all levels.
Screenshots
Screenshots from folders levels:
Platform you are having the issue on:
Version: v0.98.0-postgres
Thanks!
The text was updated successfully, but these errors were encountered:
Describe the bug
Secrets imported in a multi-level folder structure are not accessible beyond the three level. When importing a secret through successive levels of folders, the secret is visible at the first and second levels but disappears at the third level and beyond.
To Reproduce
Steps to reproduce the behavior:
/ (root)
/level1
/level2
/level3
Observed Behavior:
The secret is visible in level1 when imported from the root.
The secret is visible in level2 when imported from level1.
The secret is not visible in level3 or any deeper levels when imported from level2.
Expected behavior
Secrets should propagate correctly through all levels.
Screenshots
Screenshots from folders levels:
Platform you are having the issue on:
Version: v0.98.0-postgres
Thanks!
The text was updated successfully, but these errors were encountered: