Commit Graph
23 Commits
Author SHA1 Message Date
Mukul Sharma 5d4d3d44e5 Scope jenkins-ci RBAC to the whole webapp project, not one app
Was hardcoded to webapp/demo-go-app — any future app added to this
project needed its own policy line. Wildcarding to webapp/* means any
app onboarded into that project (project: webapp in its Application
manifest) is automatically covered, no RBAC change needed per app.
Platform-level apps on the default project are unaffected.
2026-09-03 06:36:04 +05:30
Mukul Sharma 900eb1719d Allow Gitea webhooks to reach private-LAN hosts
Webhook delivery to jenkins.192.168.1.7.nip.io failed: "webhook can
only call allowed HTTP servers (check your security.ALLOWED_HOST_LIST
setting)". Gitea's SSRF protection blocks outbound webhook calls to
private/internal IPs by default. Set to "*" rather than a narrow
allowlist — every host on this homelab is on the same private LAN, so
a per-host allowlist would just need updating every time a new
service needs webhook access, matching the lightweight security
posture already used elsewhere (ArgoCD --insecure, plain HTTP
throughout).
2026-09-03 01:29:36 +05:30
Mukul Sharma 54a2b73e5f Pin kubernetes plugin to the version actually confirmed working
kubernetes was manually updated to 4437.v3a_18554d3f32 via the Jenkins
UI (the pin still said 4353.vb_47977da_9417) — this combination,
paired with kubernetes-client-api:7.3.1-256.v788a_0b_787114, is what
got a real build through checkout successfully. Pinning it here so a
future restart/reprovision reinstalls the version that's actually
been proven to work, not the untested original pin.
2026-09-02 16:07:31 +05:30
Mukul Sharma e46742d54f Add pipeline-utility-steps plugin for readYaml
The kubernetes plugin fix worked — agent connected, checkout
succeeded, pipeline ran through 3 stages. Next failure:
loadConfig.groovy calls readYaml (to parse config.yaml), but that
step isn't in the chart's default plugin list at all, so it was never
installed: "No such DSL method 'readYaml' found among steps [...]".
Adds pipeline-utility-steps, which provides readYaml/writeYaml/
readJSON etc.
2026-09-02 16:05:13 +05:30
Mukul Sharma 8b37db4636 Pin kubernetes-client-api plugin to fix agent launch NoSuchMethodError
kubernetes:4353.vb_47977da_9417 requires kubernetes-client-api >=
7.3.1-256.v788a_0b_787114 (confirmed via plugins.jenkins.io), but that
plugin was never explicitly pinned in installPlugins — left to
resolve on its own at image-build time, it landed on an older,
incompatible version. Every build agent launch then crashed with
NoSuchMethodError: ConfigBuilder.withMasterUrl(String) inside
Reaper.preLaunch -> KubernetesCloud.connect ->
KubernetesFactoryAdapter.createClient: pods provisioned fine at the
Kubernetes API level, but the controller could never actually connect
an agent to them, so every demo-go-app build hung forever at "Still
waiting to schedule task".
2026-09-02 15:04:34 +05:30
Mukul Sharma 1d206444f6 Rescope jenkins-ci RBAC policy to webapp/demo-go-app
demo-go-app moved from ArgoCD's default project to the new webapp
project (devops-argo-config#7de2f8b). ArgoCD RBAC is keyed
<project>/<app-name>, so the jenkins-ci sync/get policy has to move
with it or syncArgoApp's scoped token starts getting silent 403s on
its next sync.
2026-09-02 06:31:14 +05:30
Mukul Sharma e28e22daaf Add jenkins-ci scoped ArgoCD account and RBAC to argocd custom-values
Adds accounts.jenkins-ci (apiKey) and a repo-scoped RBAC policy
(sync/get on default/demo-go-app only) so devops-lib's syncArgoApp
stage can trigger syncs without full admin access.
2026-09-02 01:29:39 +05:30
Mukul Sharma 65826d3c17 added harbor 2026-08-31 13:17:36 +05:30
Mukul Sharma db57fb99b1 fix ingress path 2026-08-31 10:46:04 +05:30
Mukul Sharma d07b7f8dc6 fix 2026-08-31 10:24:42 +05:30
Mukul Sharma 1e725ac040 jenkins fix 2026-08-31 09:50:28 +05:30
Mukul Sharma 0be12f5fc7 added jenkins 2026-08-31 09:41:39 +05:30
Mukul Sharma 5c0e7b04e3 added gitea secret to vault 2026-08-31 09:03:45 +05:30
Mukul Sharma 7faa3e415b fix contour 2026-08-31 08:05:13 +05:30
Mukul Sharma 1f5f58af85 added external-secret 2026-08-31 07:55:46 +05:30
Mukul Sharma 7747e9eb59 fix 2026-08-31 07:42:08 +05:30
Mukul Sharma 452a4982c8 fix contour chart: was pointing at Bitnami, now official projectcontour 2026-08-31 07:26:44 +05:30
Mukul Sharma 775c2ef79e fix argo health check 2026-08-31 06:43:23 +05:30
Mukul Sharma 69c2807fd7 fix 2026-08-31 01:41:44 +05:30
Mukul Sharma 786d88a61e gitea fix 2026-08-31 01:31:44 +05:30
Mukul Sharma ff221e68fc added gitea 2026-08-31 00:50:37 +05:30
Mukul Sharma 79af264358 removed files 2026-08-30 07:16:41 +05:30
Your Name b8575bb8b9 added repo 2026-08-26 03:39:42 +05:30