You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation states midway that we should get an error for undeclared reference to jwt:
ERROR: <input>:4:16: undeclared reference to 'jwt' (in container 'google.rpc.context.AttributeContext')
| principal: jwt.iss + '/' + jwt.sub,
| ...............^
The code sample above this error message already contains the needed declaration, so this error is never encountered.
(The instruction asks you to specify the container first, run the code and declare the variables afterwards to address the error so perhaps just the sample code needs be moved below, or split into two steps for better clarity)
Building Protos section at the bottom is a duplicate from the previous exercise and should be removed here. Looks like the additional considerations disclaimer should also be moved to the previous exercise.
The text was updated successfully, but these errors were encountered:
Output should be
interpreter.emptyActivation
instead ofinterpreter.mapActivation
:call to
cel.Declarations
missing a trailing comma:The documentation states midway that we should get an error for undeclared reference to
jwt
:The code sample above this error message already contains the needed declaration, so this error is never encountered.
(The instruction asks you to specify the container first, run the code and declare the variables afterwards to address the error so perhaps just the sample code needs be moved below, or split into two steps for better clarity)
Building Protos
section at the bottom is a duplicate from the previous exercise and should be removed here. Looks like theadditional considerations
disclaimer should also be moved to the previous exercise.The text was updated successfully, but these errors were encountered: