Pat Ledgerwood

Results 52 comments of Pat Ledgerwood

The ingress gateways for all aaw services are internet accessible - but they are behind azure login at least (not sure if that is GoC or StatCan only though). A...

@zachomedia can you advise regarding the DNS entry for the protected-b gateway? Looking at https://gitlab.k8s.cloud.statcan.ca/cloudnative/aaw/modules/terraform-azure-statcan-aaw-network/-/blob/main/dns.tf Blair added a dns record for org-ces-system-vetting-elastic, which we can do for this request... but...

Added org-ces-system-disclosure-vetting.aaw-dev.cloud.statcan.ca as a virtual service on the protected-b ingress gateway: https://github.com/StatCan/aaw-argocd-manifests/blob/aaw-dev-cc-00/org-ces-system/disclosure-vetting/manifest.yaml Added private dns records to the aaw platform merged in aaw-dev: https://gitlab.k8s.cloud.statcan.ca/cloudnative/aaw/terraform-advanced-analytics-workspaces-infrastructure/-/commit/9f6835247ad958532bff4cb98c0a322fcf5b0313 @menmarc can you make us a...

Dev url changed to https://org-ces-system-disclosure-vetting-dev.aaw-dev.cloud.statcan.ca and using the protb-ingress. This change is not expected in production as they want to service available from other networks i.e. internet.

Resolved by https://github.com/StatCan/daaas-private/issues/25, awaiting testing.

You can try this first it may work and is simpler: ```kind: ClusterRole apiVersion: rbac.authorization.k8s.io/v1 metadata: name: cluster-metrics-reader rules: - apiGroups: ["metrics.k8s.io"] resources: ["*"] verbs: ["get", "watch", "list"] - apiGroups:...

Implementation complete, but full functionality is blocked by networking, see: - [x] https://github.com/StatCan/daaas/issues/1212

Switched to private endpoint instead of using the service endpoint in dev.

noVNC debug log provided by @rochellegarner: ``` Fri Oct 28 19:16:57 2022 Connections: accepted: /tmp/vnc-socket/vnc-468KTN.sock SConnection: Client needs protocol version 3.8 SConnection: Client requests security type None(1) VNCSConnST: Server default...

Waiting to test on updated cluster with newest images...