Closed
Bug 1064808
Opened 10 years ago
Closed 10 years ago
MSISDN server returns a MOMT flow for an unknown MCC on Production
Categories
(Cloud Services Graveyard :: MobileID, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: rhubscher, Unassigned)
Details
(Whiteboard: [qa+])
To reproduce, you can use msisdn-cli
msisdn-cli --host https://msisdn.services.mozilla.com -c 204 --mnc 16
and
msisdn-cli --host https://msisdn.services.mozilla.com -c 204
Both returns a USA MOMT flow even if no MOMT number are configured.
Updated•10 years ago
|
Whiteboard: [qa+]
Comment 1•10 years ago
|
||
I get this:
(.venv)mwargers:msisdn-cli mwargers$ msisdn-cli --host https://msisdn.services.mozilla.com -c 204 --mnc 16
Please enter your MSISDN number (ie +123456789): +31612345678
MT Flow for +31612345678
Please enter the code that you will get by SMS: 271448
Verified: {
"exp": 1410471021,
"iat": 1410384611,
"iss": "msisdn.services.mozilla.com",
"lastAuthAt": 1410384621006,
"principal": {
"email": "17178e05-cced-1572-48ab-d80a0d375dca@msisdn.services.mozilla.com"
},
"pubkey": "<stripped>",
"publicKey": "<stripped>",
"verifiedMSISDN": "+31612345678"
}
(.venv)mwargers:msisdn-cli mwargers$ msisdn-cli --host https://msisdn.services.mozilla.com -c 204
Please enter your MSISDN number (ie +123456789): +31612345678
MT Flow for +31612345678
Please enter the code that you will get by SMS: 113083
Verified: {
"exp": 1410471097,
"iat": 1410384687,
"iss": "msisdn.services.mozilla.com",
"lastAuthAt": 1410384697262,
"principal": {
"email": "17178e05-cced-1572-48ab-d80a0d375dca@msisdn.services.mozilla.com"
},
"pubkey": "<stripped>",
"publicKey": "<stripped>",
"verifiedMSISDN": "+31612345678"
}
It seems like I get the MT flow, right?
Reporter | ||
Comment 2•10 years ago
|
||
Yes as expected.
I will let deanw close this ticket if he fixed it in puppet.
Flags: needinfo?(dwilson)
Comment 3•10 years ago
|
||
Puppet matches the currently deployed production config so I'll close this.
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(dwilson)
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Cloud Services → Cloud Services Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•