Skip to content

Enhancement: Sync RSE setting from a git repository #770

Description

@dynamic-entropy

Enhancement Description

For auditing and visibility reasons we would like to keep most of the RSE settings in a git repository and have relevant access controls over them.

It would be expected from site admins and operators to write a meaningful commit / or a PR message for the change they are making.

I envision a config directory structure of the format

my-site/
├── base-config.yaml
├── production
               ├── _test.yaml
               └── _temp.yaml
└── integration
               ├── _test.yaml
               └── _temp.yaml

Where the _test and _temp configs would be applied as patches to the base config.

Use Case

This would help site admins take basic control of the rses without operator involvement.

  • The git changes would be a source for auditing and verifying changes to config; providing much-needed help with debugging issues

Possible Solution

Write a sync daemon for the rse settings

Related Issues

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions