goauthentik / goauthentik/authentik

Use YAML Tags in blueprint export

Open
#6,064 1 comment 4 reactions 1 assignee Claimed by @smusali View on GitHub
enhancement
Dominant language
Python
Stars
25.6k
Forks
2k
Avg merge
1d 1h
Merged PRs (30d)
644

Description

Currently exported blueprints use primary keys verbatim, which makes it very difficult to re-use the export without manual editing. Ideally, the export should use !Find and !KeyOf to dynamically reference objects

For !Find, we should either look at what fields are unique in the database for a given model, and/or have a prioritised list of fields to try (`managed`, `slug`, `name`, `pk`)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.