StatCan / aaw

Documentation for the Advanced Analytics Workspace Platform
https://statcan.github.io/aaw/
Other
68 stars 12 forks source link

Deploy Cloud Main Connectivity to Internal Gitlab on AAW Prod #1530

Open Collinbrown95 opened 1 year ago

Collinbrown95 commented 1 year ago

Description

This issue will track the steps that were taken in order to roll out the gitlab cloud main connectivity feature on the AAW production environment.

Dev Changes

Prod Changes

Collinbrown95 commented 1 year ago

TODO

apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
  name: allow-gitlab
  namespace: cloud-main-system
spec:
  egress:
  - to:
    - ipBlock:
        cidr: XXX.XXX.XXX.XXX/32  # I.e. allow **only** the specified IP address; omitting the real IP address since this is a public repo
  podSelector: {}
  policyTypes:
  - Egress
Collinbrown95 commented 1 year ago

Deprecation and Documentation

Added by souheil: