Skip to content

Commit 53779c3

Browse files
committed
feature: import, export, bulk API changes
1 parent 38d8e25 commit 53779c3

File tree

3 files changed

+1770
-352
lines changed

3 files changed

+1770
-352
lines changed

content/nginx-one/changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,15 @@ Stay up-to-date with what's new and improved in the F5 NGINX One Console.
3636

3737
You can now import and export your Staged Configs from the UI and with our APIs. This can help you deploy Staged Configs on the systems of your choice.
3838

39+
## April 30, 2025
40+
41+
### Manage RBAC access with namespaces
42+
43+
We have added support for namespaces in N1C. You can now:
44+
45+
- Manage resources in isolation in different namespaces.
46+
- Configure granular user permission controls base on namespace.
47+
3948
## April 3, 2025
4049

4150
### Create Custom Roles with more precise permissions

content/nginx-one/how-to/staged-configs/import-export-staged-config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ When you work with such archives, consider the following:
4242

4343
{{< tip >}}
4444

45-
Before you unpack an archive, run the `tar -tvzf archive-name.tar.gz` command. It displays the files and directories in that archive, without overwritting anything.
46-
You'll then now where files are written when you next run a command like `tar -xvzf archive-name.tar.gz`.
45+
Before you unpack an archive, run the `tar -tvzf <archive-name>.tar.gz` command. It displays the files and directories in that archive, without overwritting anything.
46+
You'll then know where files are written when you extract an archive with a command like `tar -xvzf <archive-name>.tar.gz`.
4747

48-
{{< tip >}}
48+
{{< /tip >}}
4949

5050
## Import a Staged Configuration
5151

0 commit comments

Comments
 (0)