8000 Summon does not fetch all Variables (limit 103-109) · Issue #258 · cyberark/summon · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Summon does not fetch all Variables (limit 103-109) #258
Open
@kb-med

Description

@kb-med

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

  1. Create policy which will create 160 or more variables in conjur
  2. Prepare secrets.yml insert file which will map thos variables to keys with prefix "SUTEST_"
  3. 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.

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0