Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.
This repository was archived by the owner on May 10, 2024. It is now read-only.

Implement User.spec.restrictByIP #195

Open
@blackandred

Description

@blackandred

In 4.0 model there is .spec.restrictByIP in kind: BackupUser but it does not work.
It should allow to restrict by IP address and hostname (hostname should be translated to IP address dynamically when checked, not when created the user).

Examples:

---
apiVersion: backups.riotkit.org/v1alpha1
kind: BackupUser
metadata:
    name: admin
spec:
    # (...)
    restrictByIP:
        - 1.2.3.4
        - admin.example.org

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions