we reuse the name longterm from the STUN spec to mean the time-windowed authentication mode but in fact both what we call plaintext and longterm use the STUN "long-term" authentication mechanism.
This issue addresses the introduction of the following aliases in the GatewayConfig authType field:
static as an alias for plaintext,
timewindowed and ephemeral as aliases for longterm,
For backward compatibility, the dataplane API would not change for now.
STUNner' current terminology is doubly confusing:
plaintext
is not plain-text at alllongterm
from the STUN spec to mean the time-windowed authentication mode but in fact both what we callplaintext
andlongterm
use the STUN "long-term" authentication mechanism.This issue addresses the introduction of the following aliases in the GatewayConfig
authType
field:static
as an alias forplaintext
,timewindowed
andephemeral
as aliases forlongterm
,For backward compatibility, the dataplane API would not change for now.