Description
Summary
I'm testing summon-conjur provider to use as way to inject secrets and environment variables into sveltkit application build process.
Application is developed by multiple teams and require a lot injected secrets and env VARs (around 160), runnning summon with conjur provider gets between 104 to 109 of them fetched.
Steps to Reproduce
- Create policy which will create 160 or more variables in conjur
- Prepare secrets.yml insert file which will map thos variables to keys with prefix "SUTEST_"
- Run summon to fetch values
summon --provider summon-conjur env | grep -E 'SUTEST' | wc -l
Expected Results
Fetching all variables and count should be equal to number of variables in insert file secrets.yml
Actual Results
You will get inconsistent numbers command results range between 103-109
Reproducible
- Always
- Sometimes
- Non-Reproducible
Version/Tag number
Conjur CLI version 8.1.1-e0849b4
summon version 0.10.4-3d6bc8f
summon-conjur version 0.8.0-4ea17d4
Environment setup
#ENV1
Localy over terminal
OS: MacOS Sequoia 15.5
#ENV2
CI with Github Actions
OS: Red Hat Enterprise Linux 9.6 (Plow)
EC2 AWS as Enterprise Github runner
Additional Information
Add any other context about the problem here.