jetstack-secure icon indicating copy to clipboard operation
jetstack-secure copied to clipboard

Open source components of Jetstack Secure

Results 60 jetstack-secure issues
Sort by recently updated
recently updated
newest added

Bumps golang from 1.18 to 1.19.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang&package-manager=docker&previous-version=1.18&new-version=1.19.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

size/XS
dependencies
docker

Save input/default config yaml file into data gatherer struct relate to #250

size/L
needs-rebase

Generate RBAC based on the current config, and in such a way that the code can be shared with the backend.

One of the transitive dependencies of `preflight` does not have a license, which means `preflight` cannot be used in things like the Google Cloud Marketplace (cf. https://github.com/jetstack/jetstack-secure-gcm/issues/47). https://github.com/jetstack/preflight/blob/2130eb7bf2377e72e3b363e1d391802a56e3117c/go.sum#L188 It seems...

The [`release-master`](https://github.com/jetstack/preflight/runs/2335995546?check_suite_focus=true) and [`release-tag`](https://github.com/jetstack/preflight/runs/2336163158?check_suite_focus=true) workflows are failing to re-tag the image in quay.io: ``` docker buildx imagetools create quay.io/jetstack/preflight:b2384c5add501ec97516fc906ceab6967ff868a8 --tag quay.io/jetstack/preflight:latest error: failed commit on ref "index-sha256:fcc90749fc55b6d51f932b3178a710be08cfe89b70beb57aa1d0fbe4ef2e3c66": unexpected status: 401...

I am stuck with a non-working `preflight` agent on my cluster. Before going further (i.e., using mitmproxy to see what is going on with the HTTP request being made to...

kind/feature
priority/backlog

The agent support both basic token authentication and a service account credentials file. Right now the token can be specified in either the config file or the `--auth-token` flag. The...

Currently Preflight has a set of built-in datagatherers. This is a limitation, because if someone wants to create a new package but doesn't have a datagatherer that provides the information...

~~Currently the AKS data gatherer collects information about the configuration of an AKS cluster from the Azure API.~~ ~~https://docs.microsoft.com/en-us/rest/api/aks/managedclusters/get~~ ~~The information returned includes a list of node pools, referred to...