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

feat: allow startup without xmidt_credentials configuration section #79

Closed
denopink opened this issue Apr 10, 2024 · 1 comment
Closed
Assignees
Labels
enhancement improvement or small functionality added to an existing feature

Comments

@denopink
Copy link
Contributor

xmidt-agent expects the following config section and the listed files to exist.

xmidt_credentials:
url: https://localhost:8080/issue
file_name: crt.pem
file_permissions: 0777
http_client:
tls:
insecure_skip_verify: true
certificates:
- certificate_file: crt.pem
key_file: key.pem
min_version: 771 # 0x0303, the TLS 1.2 version uint16

Should we allow the agent to startup without the xmidt_credentials config section?

@denopink denopink added the enhancement improvement or small functionality added to an existing feature label Apr 10, 2024
@denopink denopink self-assigned this May 9, 2024
@denopink
Copy link
Contributor Author

denopink commented May 9, 2024

complete by #112

@denopink denopink closed this as completed May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement improvement or small functionality added to an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant