Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Secrets Imports Not Propagating Beyond Three-Level Folders #2903

Open
ajotaops opened this issue Dec 20, 2024 · 1 comment
Open

Secrets Imports Not Propagating Beyond Three-Level Folders #2903

ajotaops opened this issue Dec 20, 2024 · 1 comment

Comments

@ajotaops
Copy link

ajotaops commented Dec 20, 2024

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:

  1. Create project with 4 level structure for example:
    / (root)
    /level1
    /level2
    /level3
  2. Create secret on / (root) folder.
  3. Import secret on level1 from / (root)
  4. Import secret on level2 from /level1
  5. 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:

root
level1
level2
level3
level4

Platform you are having the issue on:

Version: v0.98.0-postgres

Thanks!

@akhilmhdh
Copy link
Member

We do have a level break of 10. Let us try to reproduce this and get back to you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants