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

Implement User.spec.restrictByIP #195

Open
blackandred opened this issue Mar 6, 2022 · 0 comments
Open

Implement User.spec.restrictByIP #195

blackandred opened this issue Mar 6, 2022 · 0 comments

Comments

@blackandred
Copy link
Contributor

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant