infra icon indicating copy to clipboard operation
infra copied to clipboard

Infra provides authentication and access management to servers and Kubernetes clusters.

Results 237 infra issues
Sort by recently updated
recently updated
newest added

## Summary replace the stale action with the bot

## Summary Minor change to the deploy workflow to add concurrency controls for individual components. A deploy for `core` should not override/block deploys for `ui`

## Summary This is a natural continuation of this issue https://github.com/infrahq/infra/pull/2892, which was also causing a bug with the `infra grants list` command. ## Checklist - [x] Wrote appropriate unit...

## Summary Set the org from req.Host instead of trying to get it from req.Headers.Host (which is blank)

`dataDB` was added temporarily to expose more data from NewDB. This commit replaces most access of Server.db with a call to `Server.DB()`. A function should make it easier to migrate...

## Summary Branched from #2845 This PR replaces the last of the calls to `gorm.AutoMigrate` and `gorm.Migrator`. The only remaining calls to `gorm.AutoMigrate` are in a function we are using...

## Summary Users have requested being able to run `infra login` and get logged in without the survey prompts. One could already set the `INFRA_SERVER` env var to skip server...

## Summary Cleanup a couple things from #2902 * We don't need these calls to `SaveSettings` anymore, it's always done by `NewDB` * It's risky to set an org in...