Skip to content

Commit

Permalink
restrict slack to invited community only (#125)
Browse files Browse the repository at this point in the history
* Remove unicode characters and fix formatting
Change NDA slack access

* add CHANGELOG
  • Loading branch information
andrewkrug authored Feb 26, 2018
1 parent d4fc847 commit e11cb97
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tests/*.pyc
5 changes: 0 additions & 5 deletions .travis

This file was deleted.

3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: python
python:
- 3.6
before_install:
- pip install pyyaml
script:
- python -m unittest discover tests
15 changes: 15 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Released]

## [1.0.0] - 2017-02-26
### Added
- Tests for invalid YML to build pipeline.
- TravisCI badges.

### Changed
- NDA Contributor Access to be invite only via additional mozilliansorg group. https://bugzilla.mozilla.org/show_bug.cgi?id=1441214
4 changes: 2 additions & 2 deletions apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ apps:
authorized_groups: ['everyone']
display: true
vanity_url: ['/treeherder']
- application:
- application:
name: "Workday"
client_id: "Hypn042D0cqtqET33nRrnqOwAcIXOqx6"
op: auth0
Expand Down Expand Up @@ -756,7 +756,7 @@ apps:
url: "https://auth.mozilla.auth0.com/samlp/WXVdgVoCca11OtpGlK8Ir3pR9CBAlSA5"
logo: "slack.png"
authorized_users: []
authorized_groups: ['mozilliansorg_nda', 'team_moco', 'team_mofo', 'team_mozillaonline']
authorized_groups: ['mozilliansorg_slack-access', 'team_moco', 'team_mofo', 'team_mozillaonline']
display: true
vanity_url: ['/slack']
- application:
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pyyaml

0 comments on commit e11cb97

Please sign in to comment.