Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add adv oidc parameters #339

Merged
merged 4 commits into from
Nov 22, 2022
Merged

add adv oidc parameters #339

merged 4 commits into from
Nov 22, 2022

Conversation

matprig
Copy link
Contributor

@matprig matprig commented Nov 18, 2022

resource oidc
data oidc
test acceptance
doc

@scraly
Copy link
Collaborator

scraly commented Nov 21, 2022

Hi,
thanks for the new feature :-)

is it possible, in the documentation, for the resource, to have a simple example, the simplest one, to create an kube oidc resource, and another more complete (in order to know a concrete example for every fields)?

Thanks :)

@scraly
Copy link
Collaborator

scraly commented Nov 21, 2022

Moreover, is it possible to add the possibility to import an oidc resource?
Thanks :)

}

output "oidc-val" {
value = data.ovh_cloud_project_kube_iprestrictions.oidc.client_id
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
value = data.ovh_cloud_project_kube_iprestrictions.oidc.client_id
value = data.ovh_cloud_project_kube_oidc.oidc.client_id

endpoint := fmt.Sprintf("/cloud/project/%s/kube/%s/openIdConnect", serviceName, kubeId)
res := &CloudProjectKubeOIDCResponse{}

log.Printf("[DEBUG] Will read oidc from kube %s and project: %s", kubeId, serviceName)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
log.Printf("[DEBUG] Will read oidc from kube %s and project: %s", kubeId, serviceName)
log.Printf("[DEBUG] Will read OIDC from kube %s and project: %s", kubeId, serviceName)

}
d.SetId(kubeId + "-" + res.ClientID + "-" + res.IssuerUrl)

log.Printf("[DEBUG] Read oidc %+v", res)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
log.Printf("[DEBUG] Read oidc %+v", res)
log.Printf("[DEBUG] Read OIDC %+v", res)

Config: config,
Check: resource.ComposeTestCheckFunc(
resource.TestCheckResourceAttr(
"data.ovh_cloud_project_kube_oidc.oidcData", "client_id", "toto"),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"data.ovh_cloud_project_kube_oidc.oidcData", "client_id", "toto"),
"data.ovh_cloud_project_kube_oidc.oidcData", "client_id", "my-oidc-client-id"),

service_name = ovh_cloud_project_kube.cluster.service_name
kube_id = ovh_cloud_project_kube.cluster.id

client_id = "toto"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
client_id = "toto"
client_id = "my-oidc-client-id"

@matprig
Copy link
Contributor Author

matprig commented Nov 21, 2022

hello,
yes for all

@scraly scraly added the 0.23.0 label Nov 21, 2022
@matprig matprig force-pushed the feat/oidc-adv-param branch from 15584ca to 5d0de3f Compare November 21, 2022 14:30
@matprig
Copy link
Contributor Author

matprig commented Nov 21, 2022

of course agree

mathieu prigent and others added 4 commits November 21, 2022 16:00
@matprig matprig force-pushed the feat/oidc-adv-param branch from 5d0de3f to db1dc2f Compare November 21, 2022 15:26
@scraly scraly merged commit a0e8c28 into ovh:master Nov 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants