We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
現在、誰でも k8s-api.onp-k8s.admin.seichi.click にTCP接続を(cloudflare経由で)張れるようになっている。(影響範囲が極めて限定的であるとはいえ)k8sのAPIサーバーへのDoS攻撃などを防ぐため、これをサービストークンが無いと接続できないようにしたい。
k8s-api.onp-k8s.admin.seichi.click
より具体的には、今の GitHub Actions では
TF_VAR_**
tf apply
tf plan
という流れになっているが、これを
という流れにしたい。最初のステップは terraform でやって良いが、最後のステップの tf apply / tf plan とは別のワークスペースに tfstate を置いておく必要がある。多分Terraform Cloudの機能で何とかなる。
tfstate
The text was updated successfully, but these errors were encountered:
No branches or pull requests
現在、誰でも
k8s-api.onp-k8s.admin.seichi.click
にTCP接続を(cloudflare経由で)張れるようになっている。(影響範囲が極めて限定的であるとはいえ)k8sのAPIサーバーへのDoS攻撃などを防ぐため、これをサービストークンが無いと接続できないようにしたい。より具体的には、今の GitHub Actions では
TF_VAR_**
にセットtf apply
/tf plan
という流れになっているが、これを
k8s-api.onp-k8s.admin.seichi.click
に認証できるように設定するTF_VAR_**
にセットtf apply
/tf plan
という流れにしたい。最初のステップは terraform でやって良いが、最後のステップの
tf apply
/tf plan
とは別のワークスペースにtfstate
を置いておく必要がある。多分Terraform Cloudの機能で何とかなる。The text was updated successfully, but these errors were encountered: