Giter VIP home page Giter VIP logo

dns's People

Contributors

antoineaugusti avatar ben851 avatar bryan-robitaille avatar calvinrodo avatar charlesmorin avatar daine avatar dsamojlenko avatar ethanwallace avatar festivekyle avatar gcharest avatar jimleroyer avatar jzbahrai avatar maxneuvians avatar mohdnr avatar obrien-j avatar omartehsin1 avatar patheard avatar pcraig3 avatar renovate[bot] avatar sastels avatar sboisvert avatar sleepycat avatar smcmurtry avatar sre-read-write[bot] avatar sylviamclaughlin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dns's Issues

Update worksite.alpha.canada.ca temporarily to point to CNAME for Domain Verification

Hello,

In order to bind the custom domain to the PowerApps application - gcr2wp-non-cpa-dev.powerappsportals.com - a temporary update to a CNAME record that points to worksite.alpha.canada.ca to gcr2wp-non-cpa-dev.powerappsportals.com is required.

Once the domain is verified, we can change it back to an A record to 20.104.121.246.

Thanks om advance.

Regards,
Po

New domain request: dmarc-reports.alpha.canada.ca

 resource "aws_route53_record" "api-notification-alpha-canada-ca-A" {
        zone_id = aws_route53_zone.alpha-canada-ca-public.zone_id
        name    = "dmarc-reports.alpha.canada.ca"
        type    = "CNAME"
        records = [
              "dmarc-report-api-brpuw6ogca-nn.a.run.app"
        ]
        ttl     = "300"
  }

Please and thank you.

Subdomain request for cra-arc.alpha.canada.ca

resource "aws_route53_record" "cra-arc-alpha-canada-ca-NS" {
  zone_id = aws_route53_zone.alpha-canada-ca-public.zone_id
  name    = "cra-arc.alpha.canada.ca"
  type    = "NS"
  records = [
    "ns1-06.azure-dns.com",
    "ns2-06.azure-dns.net",
    "ns3-06.azure-dns.org",
    "ns4-06.azure-dns.info"
  ]
  ttl = "300"
}

In order for Microsoft to authorize use of the cra-arc.alpha.canada.ca domain name with Azure Active Directory for Canada Revenue Agency - Agence du revenue Canada, we need to add a DNS entry for it.
   
    In order to verify cra-arc.alpha.canada.ca, we need to add the following TXT record for cra-arc.alpha.canada.ca with the domain registrar or in Azure DNS records:
   
    Alias or host name: @
    Destination or points to address: MS=ms25509347
    TTL: 3600
   
    If your domain registrar for cra-arc.alpha.canada.ca does not allow TXT records, as an alternative you can add the following MX record:
   
    Alias or host name: @
    Destination or points to address: ms25509347.msv1.invalid
    TTL: 3600
    Priority: 32767
   
    Please let me know once the DNS entry has been added. From there I can unblock our use of cra-arc.alpha.canada.ca with Azure AD by completing the verification process for the domain name.
   
    Thank you.
cc/ @HamzaAburaneh, @obrien-j

Transition to main for primary branch?

Can we transition this repo to using main as the primary branch name? Do we know if there are processes outside of this repository that refer to the branch name? If so, what are they?

Remove old CDS-SNC.ca domains that may not be used anymore.

  • "aws_route53_record" "a11y-cds-snc-ca-CNAME" a11y.cds-snc.ca/
  • "aws_route53_record" "alpha-cds-snc-ca-ns" alpha.cds-snc.ca
  • "aws_route53_record" "benefits-avantages-cds-snc-ca-CNAME" benefits-avantages.cds-snc.ca
  • "aws_route53_record" "ebrief-cds-snc-ca-A" brief-bref.cds-snc.ca
  • "aws_route53_record" "impact-cds-snc-ca-TXT" impact.cds-snc.ca
  • "aws_route53_record" "nrcan-energuide-poc-cds-snc-ca-A" nrcan-energuide-poc.cds-snc.ca
  • "aws_route53_record" "nrcanapi-cds-snc-ca-A" nrcanapi.cds-snc.ca
  • "aws_route53_record" "report-a-scam-cds-snc-ca-CNAME" report-a-scam.cds-snc.ca
  • "aws_route53_record" "signalez-un-crime-informatique-cds-snc-ca-CNAME" "signalez-un-crime-informatique.cds-snc.ca"
  • "aws_route53_record" "service-dashboard-cds-snc-ca-A" service-dashboard.cds-snc.ca
  • "aws_route53_record" "tell-us-cds-snc-ca-A" tell-us.cds-snc.ca
  • "aws_route53_record" "racontez-nous-cds-snc-ca-A" racontez-nous.cds-snc.ca
  • "aws_route53_record" "vac-benefits-finder-cds-snc-ca-A" vac-benefits-finder.cds-snc.ca

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Pending Approval

These branches will be created by Renovate only once you click their checkbox below.

  • chore(deps): update terraform aws to v5

Awaiting Schedule

These updates are awaiting their schedule. Click on a checkbox to get an update now.

  • chore(deps): lock file maintenance

Detected dependencies

github-actions
.github/workflows/labels.yml
  • cds-snc/sre-labels v1
.github/workflows/terraform-apply.yml
  • cds-snc/terraform-tools-setup v1
.github/workflows/terraform-plan.yml
  • cds-snc/terraform-tools-setup v1
terraform
bootstrap/init.tf
  • aws ~> 4.0
terraform/init.tf
  • aws ~> 4.0

  • Check this box to trigger a request for Renovate to run again on this repository

Create new domains with NS zone delegation

Would it be possible to create the following domains with the zone delegation:

cse-cst.alpha.canada.ca:

  • ns1-07.azure-dns.com.
  • ns2-07.azure-dns.net.
  • ns3-07.azure-dns.org.
  • ns4-07.azure-dns.info.

cyber.alpha.canada.ca

  • ns1-03.azure-dns.com.
  • ns2-03.azure-dns.net.
  • ns3-03.azure-dns.org.
  • ns4-03.azure-dns.info.

Thanks

Create a staging record set in Route53 to improve CI/CD verification

Figure out a way to have dns repo PR's create a dns record in a 'secondary' ns record set, that isn't published, but allows us to test what it would look like. Case in point, recent alpha.canada.ca PR, once fixed and deployed, the site itself is not using HTTPS... would be nice to catch that before it goes live into production.

Readme needs translation and content work to align with alpha.canada.ca process.

The readme for this project, especially as it pertains relevant information for folks trying to leverage the 'service', needs to be both improved to provide clear direction on how to get a request in, the constraints, and more specifally, it needs to be bilingual.

Done when

[] Content has been reviewed by @sboots and ideally a content designer
[] Content has been reviewed by a 'user' (Po Tea-Duncan) outside CDS, and they have submitted a new domain request.
[] Content is translated and PR merged.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.