We are trying to configure trusted proxy with configuration file /etc/conjur/config/conjur.yml as is described in [Configure Trusted Proxies](https://Configure Trusted Proxies)
evoke configuration show returns that configuration is OK. However evoke configuration apply return an error: “error: bignum too big to convert into `long’”
root@ae453470742f:/# vi /etc/conjur/config/conjur.yml
root@ae453470742f:/# evoke configuration show
---
trusted_proxies:
value:
- 10.6.138.12
source: yml
authenticators:
value:
- authn
- authn-k8s/follower-prod
- authn-k8s/follower-nprod
- authn-k8s/follower-gen
source: env
root@ae453470742f:/# evoke configuration apply
error: bignum too big to convert into `long'
root@ae453470742f:/#
Do someone know what this message means and how to solve it?
Thanks!
Sorry to hear you’re hitting this issue. I’m not certain what the error means, but it may be that an index into an array is too large for some reason.
I wasn’t able to reproduce this locally, but I’m wondering if you’d be able to reproduce the problem, and then collect the container logs for the evoke configuration apply command? I’m hoping that might give us some clues.
Here is missing “grep -v evoke” part. I appended it manually and then it worked.
I’m not sure with versioning opensource conjur and enterprise. However the documentation for version 12.2.0 is describing “configuration apply” feature (Manage Conjur Configuration).
Now I know that it is only from v12.3.0.