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
Description
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