Add --fqdn-policy option to deploy-webapp-from-registry. #802
No reviewers
Labels
No Label
bug
documentation
duplicate
enhancement
feature
good first issue
help wanted
in progress
invalid
question
wontfix
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/stack-orchestrator#802
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "telackey/fqdn2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This add a new option
--fqdn-policy
to thedeploy-webapp-from-registry
.The default policy,
prohibit
means thatApplicationDeploymentRequests
which specify a FQDN will be rejected. Theallow
policy will cause them to be processed. Thepreexisting
policy will only process them if an existingDnsRecord
exists in the registry with the correct ownership.The latter would be useful in conjunction with a pre-checking scheme in the UI (eg, that the DNS entry is properly configured, the domain is under the control of the requestor, etc.) Only after all the checks were successful would the
DnsRecord
be created, allowing forApplicationDeploymentRequests
to use it.