Skip to content
Snippets Groups Projects

Support Vault EE namespaces

Merged Aleksander Zak requested to merge aleksanderzak/gitlab-runner:vault_namespaces into main
4 unresolved threads
Files
8
+ 3
2
@@ -381,8 +381,9 @@ type VaultSecret struct {
@@ -381,8 +381,9 @@ type VaultSecret struct {
}
}
type VaultServer struct {
type VaultServer struct {
URL string `json:"url"`
URL string `json:"url"`
Auth VaultAuth `json:"auth"`
Auth VaultAuth `json:"auth"`
 
Namespace string `json:"namespace"`
}
}
type VaultAuth struct {
type VaultAuth struct {
Loading