Skip to content

Commit

Permalink
Put ssh and pgp keys back to only LDAP
Browse files Browse the repository at this point in the history
  • Loading branch information
april committed Oct 29, 2020
1 parent 4ece739 commit f55ab6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"custom_2_primary_email": [ "ldap", "hris", "access_provider", "mozilliansorg" ],
"custom_3_primary_email": [ "ldap", "hris", "access_provider", "mozilliansorg" ]
},
"ssh_public_keys": [ "ldap", "mozilliansorg" ],
"pgp_public_keys": [ "ldap", "mozilliansorg" ],
"ssh_public_keys": [ "ldap" ],
"pgp_public_keys": [ "ldap" ],
"access_information": {
"access_provider": [ "access_provider" ],
"ldap": [ "ldap" ],
Expand Down
4 changes: 2 additions & 2 deletions well-known-endpoint/tpl/mozilla-iam-publisher-rules
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"custom_2_primary_email": [ "ldap", "hris", "access_provider", "mozilliansorg" ],
"custom_3_primary_email": [ "ldap", "hris", "access_provider", "mozilliansorg" ]
},
"ssh_public_keys": [ "ldap", "mozilliansorg" ],
"pgp_public_keys": [ "ldap", "mozilliansorg" ],
"ssh_public_keys": [ "ldap" ],
"pgp_public_keys": [ "ldap" ],
"access_information": {
"access_provider": [ "access_provider" ],
"ldap": [ "ldap" ],
Expand Down

0 comments on commit f55ab6c

Please sign in to comment.