Open Akrugerus opened 6 months ago
Hi there! Welcome to the Salt Community! Thank you for making your first contribution. We have a lengthy process for issues and PRs. Someone from the Core Team will follow up as soon as possible. In the meantime, here’s some information that may help as you continue your Salt journey. Please be sure to review our Code of Conduct. Also, check out some of our community resources including:
There are lots of ways to get involved in our community. Every month, there are around a dozen opportunities to meet with other contributors and the Salt Core team and collaborate in real time. The best way to keep track is by subscribing to the Salt Community Events Calendar. If you have additional questions, email us at saltproject@vmware.com. We’re glad you’ve joined our community and look forward to doing awesome things with you!
seeing the same issue in 3007.1, want to also call out that #60408 is still undocumented and required to pull creds from EC2 IMDS.
Description After upgrading from 3006.7 to 3006.8 on the salt-master, the following logs are seen in the master log:
Setup
/etc/salt/master.d/fs.conf
```yaml fileserver_backend: - roots - gitfs - s3fs s3.buckets: - my-bucket s3.service_url: s3.us-gov-east-1.amazonaws.com ext_pillar_first: True ext_pillar: - s3: bucket: my-bucket service_url: s3.us-gov-east-1.amazonaws.com prefix: pillar ```Versions Report
salt --versions-report
(Provided by running salt --versions-report. Please also mention any differences in master/minion versions.) ```yaml Salt Version: Salt: 3006.8 Python Version: Python: 3.10.14 (main, Apr 3 2024, 21:30:09) [GCC 11.2.0] Dependency Versions: cffi: 1.14.6 cherrypy: unknown dateutil: 2.8.1 docker-py: Not Installed gitdb: Not Installed gitpython: Not Installed Jinja2: 3.1.3 libgit2: 1.6.4 looseversion: 1.0.2 M2Crypto: Not Installed Mako: Not Installed msgpack: 1.0.2 msgpack-pure: Not Installed mysql-python: Not Installed packaging: 22.0 pycparser: 2.21 pycrypto: Not Installed pycryptodome: 3.19.1 pygit2: 1.12.2 python-gnupg: 0.4.8 PyYAML: 6.0.1 PyZMQ: 23.2.0 relenv: 0.16.0 smmap: Not Installed timelib: 0.2.4 Tornado: 4.5.3 ZMQ: 4.3.4 System Versions: dist: amzn 2 locale: utf-8 machine: x86_64 release: 5.10.149-133.644.amzn2.x86_64 system: Linux version: Amazon Linux 2 ```Additional details S3 credentials are obtained through the instances IAM role.
I was able to fix the issue with the following patch