• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

agama-project / agama / 16497929274 / 1 – rust
64%
master: 78%

Build:
Build:
LAST BUILD BRANCH: model-bootloader-tpm
DEFAULT BRANCH: master
Ran 24 Jul 2025 01:24PM UTC
Files 181
Run time 5s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

24 Jul 2025 01:15PM UTC coverage: 21.961% (-0.002%) from 21.963%
rust – 16497929274.1

push

github

web-flow
Added "--insecure" option to "agama config load" and "agama config generate" commands (#2610)

## Problem

- Agama does not allow to disable SSL certificate check for `inst.auto`
and `inst.script` boot options
- https://bugzilla.suse.com/show_bug.cgi?id=1246836

## Solution

- This is the first step, add `--insecure` option to `agama config load`
and `agama config generate` commands which are internally used for these
boot options
- Use the global `--insecure` option

## Testing

- Tested manually

```console
agama:~ # agama config generate https://192.168.1.8:4433/auto.json
Retrieving data from URL https://192.168.1.8:4433/auto.json

Caused by:
    0: Could not retrieve https://192.168.1.8:4433/auto.json
    1: [60] SSL peer certificate or SSH remote key was not OK (SSL certificate problem: self-signed certificate)
agama:~ # agama --insecure config generate https://192.168.1.8:4433/auto.json
{
  "user": {
    "fullName": "test",
    "password": "test",
    "hashedPassword": false,
    "userName": "test"
  },
  "root": {
    "password": "linux",
    "hashedPassword": false
  },
  "product": {
    "id": "Tumbleweed"
  }
}
✓ The profile is valid.

agama:~ # agama config load https://192.168.1.8:4433/auto.json
Retrieving data from URL https://192.168.1.8:4433/auto.json

Caused by:
    0: Could not retrieve https://192.168.1.8:4433/auto.json
    1: [60] SSL peer certificate or SSH remote key was not OK (SSL certificate problem: self-signed certificate)
agama:~ # agama --insecure config load https://192.168.1.8:4433/auto.json
✓ The profile is valid.

[1/2] Analyze disks
[2/2] Configure software
```

1998 of 9098 relevant lines covered (21.96%)

0.43 hits per line

Source Files on job rust - 16497929274.1
  • Tree
  • List 181
  • Changed 3
  • Source Changed 3
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 16497929274
  • cdd4235d on github
  • Prev Job for on rc3 (#16497534512.1)
  • Next Job for on rc3 (#16508168119.3)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc