- Notifications
You must be signed in to change notification settings - Fork22
feat: addowner_oidc_access_token
tocoder_workspace
data source#91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This was requested by multiple community members in Discord:https://discord.com/channels/747933592273027093/1071182088490987542/1071182088490987542
See the discussion in Discord here:https://discord.com/channels/747933592273027093/1071182088490987542/1071182088490987542Related provider PR:coder/terraform-provider-coder#91
@@ -33,6 +33,7 @@ resource "kubernetes_pod" "dev" { | |||
- `owner` (String) Username of the workspace owner. | |||
- `owner_email` (String) Email address of the workspace owner. | |||
- `owner_id` (String) UUID of the workspace owner. | |||
- `owner_oidc_access_token` (String) A valid OpenID Connect access token of the workspace owner. This is only available if the workspace owner authenticated with OpenID Connect. If a valid token cannot be obtained, this value will be an empty string. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
When implemented in the coder side, I think this should be disabled by default and enableable with a flag or at the very least the other way around.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
You should mention that in this description too.
This was requested by multiple community members in Discord:https://discord.com/channels/747933592273027093/1071182088490987542/1071182088490987542