Enter Platypus (old Nexus) credentials on CustomersDot staging & production
CustomersDot (https://customers.gitlab.com/) will send leads [to the Nexus API](https://gitlab.com/gitlab-com/business-technology/enterprise-apps/integrations/nexus). We need to get Nexus credentials into the `config/secrets.yml` using environment variables: ``` platypus_url: "<%= ENV['NEXUS_URL'] %>" platypus_client_id: "<%= ENV['NEXUS_CLIENT_ID'] %>" platypus_client_secret: "<%= ENV['NEXUS_CLIENT_SECRET'] %>" ``` ### CustomersDot | Env variable | staging | production | | ------ | ------ | ------ | | PLATYPUS_URL | https://staging.ci.nexus.gitlabenvironment.cloud | https://production.ci.nexus.gitlabenvironment.cloud/ | | PLATYPUS_CLIENT_ID | To be provided by @dparker | | PLATYPUS_CLIENT_SECRET | To be provided by @dparker |
issue