sticky-angle-28419
07/08/2022, 2:11 AMgreat-school-54368
07/08/2022, 3:15 AMsticky-angle-28419
07/08/2022, 3:16 AMsticky-angle-28419
07/08/2022, 3:16 AMsticky-angle-28419
07/08/2022, 3:16 AM# - offline_access # Uncomment if OIdC supports issuing refresh tokens.
sticky-angle-28419
07/08/2022, 3:17 AMsticky-angle-28419
07/08/2022, 3:18 AMgreat-school-54368
07/08/2022, 3:18 AMfreezing-airport-6809
sticky-angle-28419
07/08/2022, 3:59 AMsticky-angle-28419
07/08/2022, 4:00 AMconfigmap: {
adminServer: {
auth: {
userAuth: {
openId: {
baseUrl: '<https://accounts.google.com>',
clientId: googleOauth2ClientId,
scopes: ['profile', 'openid'],
},
},
authorizedUris: [`https://${hostname}`],
},
server: {
security: {
secure: false,
useAuth: true,
},
},
},
}
sticky-angle-28419
07/08/2022, 4:00 AMicy-agent-73298
07/08/2022, 6:38 AMuserAuth:
openId:
# Put the URL of the OpenID Connect provider.
baseUrl: <https://accounts.google.com> # Uncomment for Google
scopes:
- profile
- openid
# Replace with the client id created for Flyte.
clientId: <identitifier>.<http://apps.googleusercontent.com|apps.googleusercontent.com>
btw I am assuming your clientId is also of the above format .
Can you check if you are seeing the same issue when you try flytectl . You can try getting projects using flytectl get projects --logger.level=6 --admin.endpoint dns:///<flyte-endpoint>
icy-agent-73298
07/08/2022, 6:40 AMsticky-angle-28419
07/08/2022, 4:13 PM