Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • I infra-azure-provisioning
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 63
    • Issues 63
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 9
    • Merge requests 9
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe SoftwareOpen Subsurface Data Universe Software
  • Platform
  • Deployment and Operations
  • infra-azure-provisioning
  • Issues
  • #14
Closed
Open
Issue created Oct 21, 2020 by Daniel Scholl@danielschollOwner

Remove unnecessary secrets in kv-secrets.yaml that relate to a specific data partition.

Originally the kv-secrets.yaml file was holding secrets that were used for services to connect to Cosmos and Storage. Now that Data Partition Service has been fully implemented and all charts migrated to use Data partition these secrets should be removed so that the dependency of a datapartition called opendes is not required.

- secretName: storage
    type: Opaque
    data:
    - objectName: "opendes-storage"
      key: storage-account
    - objectName: "opendes-storage-key"
      key: storage-key
  - secretName: cosmos
    type: Opaque
    data:
    - objectName: "opendes-cosmos-endpoint"
      key: cosmos-endpoint
    - objectName: "opendes-cosmos-connection"
      key: cosmos-connection
    - objectName: "opendes-cosmos-primary-key"
      key: cosmos-primary-key
  - secretName: servicebus
    type: Opaque
    data:
    - objectName: "opendes-sb-namespace"
      key: servicebus-namespace
    - objectName: "opendes-sb-connection"
      key: servicebus-connection
Assignee
Assign to
Time tracking