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

WIP: my work towards the update API (#6) for service accounts #32

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

SSmale
Copy link

@SSmale SSmale commented Jan 4, 2024

I tried to use a service account and ran into issues, I saw #3 and #6 so thought I would give it a go, I had never written go so it is a but touch, but is a starting point if someone else wants to puck it up further.

the drafts dir has the 2 tf files I had written.

Issues:

  • need to run create the service account first then run a normal apply
  • need a better way to add the email address as it was trying to add it each time it ran
  • to delete, you need to remove the DNS record, not sure how you would link out to something else to destroy it
  • url encoding/decoding was fun, it doesn't give it to you in a way you could give it back
  • you still need to manually add it to your search console, it is just pre-verified

I also wrote a blog post about what I need to do to get this all to work

SSmale added 3 commits January 3, 2024 23:48
- There were errors but dont think with this code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant