Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
netvs-hub
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Maintenance 17:00 - 20:00 today
Wartungsarbeiten heute 17:00 - 20:00
Show more breadcrumbs
scc-net
netvs
netvs-hub
Commits
255234fd
Verified
Commit
255234fd
authored
1 year ago
by
Dominik Rimpf
Browse files
Options
Downloads
Patches
Plain Diff
updated docs. create not existing fqdns. use fqdn type (for future normalization)
parent
b2f2925d
Branches
et-recusandae-deleniti-voluptas-consectetur
No related tags found
2 merge requests
!4
ACME
,
!2
Draft: FQDN Token Workflow
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
json_templates/fqdn_token.json
+32
-8
32 additions, 8 deletions
json_templates/fqdn_token.json
with
32 additions
and
8 deletions
json_templates/fqdn_token.json
+
32
−
8
View file @
255234fd
...
...
@@ -7,12 +7,12 @@
"en"
:
"Create token"
},
"description"
:
{
"de"
:
"Ein Token mit Berechtigungen für Domains anlegen"
,
"en"
:
"Create a token
for
a set of domains"
"de"
:
"Ein Token mit
ausschließlich
Berechtigungen für Domains anlegen"
,
"en"
:
"Create a token
with only permissions on
a set of domains"
},
"list_display_name"
:
{
"de"
:
"Ein Token mit Berechtigungen für Domains anlegen"
,
"en"
:
"Create a token
for a set of
domains"
"de"
:
"Ein Token mit Berechtigungen für
die
Domains
{{ domains }}
anlegen
.
"
,
"en"
:
"Create a token
with permissions for the domains {{
domains
}}.
"
},
"display_variant"
:
"create"
,
"variables"
:
{
...
...
@@ -61,11 +61,11 @@
"default"
:
""
,
"nullable"
:
false
,
"description"
:
{
"de"
:
"Domains, für die
Z
er
tifikate bestellt werden können sollen
. Subdomains dieser Domains sind automatisch mit eingeschlossen."
,
"en"
:
"Domains for which
certificates should be ordered
. Subdomains of these domains are automatically included."
"de"
:
"Domains, für die
d
er
Token Berechtigungen erhält
. Subdomains dieser Domains sind automatisch mit eingeschlossen."
,
"en"
:
"Domains for which
the token receives permissions
. Subdomains of these domains are automatically included."
},
"list"
:
true
,
"type"
:
"
str
"
"type"
:
"
fqdn
"
}
},
"transaction"
:
[
...
...
@@ -106,12 +106,36 @@
"value_list"
:
"{{ domains }}"
}
},
{
"idx"
:
"getExistingFQDNs"
,
"name"
:
"dns.fqdn.list"
,
"old"
:
{
"value_list"
:
"{{ domains }}"
}
},
{
"idx"
:
"defineWantedFQDNs"
,
"name"
:
"tmp.generic_object.list"
,
"ref_params_join_on_val_attrs_tuple"
:
[
"item"
],
"old"
:
{
"_dict_list"
:
"{{ domains }}"
}
},
{
"idx"
:
"createMissingFQDN"
,
"name"
:
"dns.fqdn.create"
,
"new"
:
{
"type"
:
"domain"
},
"new_ref_params"
:
[
{
"idx"
:
"getExistingFQDNs"
,
"params"
:
{
"value"
:
"value"
}},
{
"idx"
:
"defineWantedFQDNs"
,
"join_type"
:
"full_anti"
,
"join_on"
:
"val"
,
"params"
:
{
"value"
:
"item"
}}
]
},
{
"idx"
:
"fqdn2group"
,
"name"
:
"dns.fqdn2group.create"
,
"new_ref_params"
:
[
{
"idx"
:
"createSubGroup"
,
"params"
:
{
"group_name"
:
"name"
}},
{
"idx"
:
"
get
FQDN
S
"
,
"params"
:
{
"fqdn_value"
:
"
value
"
},
"join_type"
:
"cross"
}
{
"idx"
:
"
defineWanted
FQDN
s
"
,
"params"
:
{
"fqdn_value"
:
"
item
"
},
"join_type"
:
"cross"
}
]
},
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment