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
I've created an ApplicationOidc with {authMethodType: "OIDC_AUTH_METHOD_TYPE_BASIC",...} but then I learned it should be empty.
After removing the key-value from the code, and running pulumi up, the auth method in the console is still basic, even though pulumi run without any complains.
The text was updated successfully, but these errors were encountered:
Just wanted to let you know that I'm not currently working on that project, but I'll be back on this the next month. Thank you for letting me know about the fix.
I've created an ApplicationOidc with {authMethodType: "OIDC_AUTH_METHOD_TYPE_BASIC",...} but then I learned it should be empty.
After removing the key-value from the code, and running
pulumi up
, the auth method in the console is still basic, even thoughpulumi
run without any complains.The text was updated successfully, but these errors were encountered: