diff options
author | Jasper Ras <jras@hostnet.nl> | 2025-08-04 15:55:48 +0200 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2025-08-04 15:55:48 +0200 |
commit | f43372529e655f3b039946c969e4465193eb2042 (patch) | |
tree | 7b00e6a57e33cf42a9cf0ef4aedba07f0117184b | |
parent | b716c675418259f6d2f77e5075d57dceb9329209 (diff) |
vault backup: 2025-08-04 15:55:48
-rw-r--r-- | Application credentials.md | 7 | ||||
-rw-r--r-- | GroupVPS Platform.md | 5 | ||||
-rw-r--r-- | Project naming conventions.md | 6 |
3 files changed, 17 insertions, 1 deletions
diff --git a/Application credentials.md b/Application credentials.md new file mode 100644 index 0000000..c8b52b1 --- /dev/null +++ b/Application credentials.md @@ -0,0 +1,7 @@ +[[GroupVPS Platform]] + +--- + +We just give a regular username / password combination that is a member on a project that it want to operate in. + +If the integration needs to do stuff that require admin privileges we give them an admin assignment and expect the software to only escalate privileges for operations that require them.
\ No newline at end of file diff --git a/GroupVPS Platform.md b/GroupVPS Platform.md index f01a449..b188b0e 100644 --- a/GroupVPS Platform.md +++ b/GroupVPS Platform.md @@ -8,4 +8,7 @@ Our [[OVN Clusters]]. -Nowadays [[ceilometer data is going into Prometheus as Ihor fixed the out of order issue]]
\ No newline at end of file +Nowadays [[ceilometer data is going into Prometheus as Ihor fixed the out of order issue]] + +[[Project naming conventions]] +[[Application credentials]] diff --git a/Project naming conventions.md b/Project naming conventions.md new file mode 100644 index 0000000..f742dc8 --- /dev/null +++ b/Project naming conventions.md @@ -0,0 +1,6 @@ +[[GroupVPS Platform]] + +--- + +For customer projects: `{customer_id}-(un)managed` +For internal projects: whatever you want
\ No newline at end of file |