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

adding ks8 #565

Merged
merged 1 commit into from
Aug 8, 2024
Merged

adding ks8 #565

merged 1 commit into from
Aug 8, 2024

Conversation

robinmordasiewicz
Copy link
Owner

@robinmordasiewicz robinmordasiewicz commented Aug 8, 2024

Introduces changes in the spoke-k8s_cluster.tf file to enhance the security and functionality of our Kubernetes cluster deployment. Specifically, it updates the script used for executing a POST request with improved authentication and authorization mechanisms.

The new implementation now includes the generation of a token based on the admin username, password, and VDOM, which is then used for the Authorization header in the curl command. This token generation process ensures a more secure and robust authentication flow.

By incorporating this enhancement, we are strengthening the security posture of our Kubernetes cluster deployment and ensuring that only authorized users can interact with the specified API endpoint. This change aligns with best practices for secure API communication and helps to mitigate potential security vulnerabilities.

Overall, this update enhances the security and reliability of our Kubernetes cluster deployment by implementing improved authentication mechanisms for API interactions.

@robinmordasiewicz robinmordasiewicz merged commit 6ba6c06 into main Aug 8, 2024
4 of 7 checks passed
@robinmordasiewicz robinmordasiewicz deleted the dev99 branch August 8, 2024 12:55
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